Structured Output
Also called: JSON mode, constrained decoding
Forcing the model to return data in a fixed schema so downstream code can parse it.
La salida estructurada restringe la generación a JSON válido o a un esquema que tú entregas, en lugar de esperar que un prompt produzca texto parseable. Es la diferencia entre un demo y un pipeline, porque elimina toda la clase de fallas del tipo ’el modelo agregó una frase amable antes del JSON'.
En la práctica: Garantizar que cada respuesta tenga invoice_number, amount y currency, o que falle de forma ruidosa.
Where this comes up
- AI Interview Questions: Your Complete Guide to Success
- ChatGPT for SEO in 2026: A Disciplined Workflow (and What ChatGPT Can't Do)
- Claude vs Perplexity: A Detailed Comparison of AI Tools
- Grok vs ChatGPT in 2026: Benchmarks, Pricing & Best Use Cases
- How to Learn Prompt Engineering: A Step-by-Step Guide
- How to Set Up ChatGPT Locally for Work in 2026