Outputs Glossary

Browse 7 outputs terms defined in plain English, from the cultural dictionary of computing.

7 Outputs Terms

AI Generation
Content or output produced by an AI system, including text, code, images, audio, or structured data. Teams also use the phrase to describe the act of...
AI Output
The result produced by an AI system, such as text, code, predictions, labels, images, or structured data. Teams evaluate AI output not just for correctness but...
LLM Output
The text, structure, or tool call returned by a large language model after processing a prompt. LLM output often needs validation or post-processing before it...
Model Output
The result returned by a model after processing its input, whether as text, labels, scores, embeddings, images, or structured fields. Model output often needs...
Output Format
The required structure or presentation style of an AI system's output, such as plain text, markdown, JSON, XML, or a fixed template. Output format matters...
Output Length
The length of the content produced by an AI system, often measured in tokens, words, or characters. Output length affects readability, cost, latency, and...
Output Parsing
The process of reading and interpreting AI output so it can be consumed by software or validation layers. Output parsing is especially important when models...

Related Topics