Technique Actualizado 2026-04
Context Window
Definición
La context window es la cantidad máxima de texto que un LLM puede procesar en una sola solicitud.
Ver también en el glosario
T
Token
A token is the basic unit processed by an LLM. It's a piece of word, punctuation or character that the model uses to understand and generate text.
L
LLM (Large Language Model)
An LLM is an AI model trained on billions of texts, capable of understanding and generating human language.
R
RAG (Retrieval-Augmented Generation)
RAG is a technique that connects an LLM to external data sources to generate more accurate and up-to-date answers.
P
Prompt
A prompt is the instruction or question you give an AI to get a response. It's the interface between you and the model.
Herramientas que usan context window
Preguntas frecuentes
¿Qué LLM tiene la context window más grande?
Gemini 2.0: 1M de tokens. Claude Opus: 200K tokens. GPT-4o: 128K tokens.
¿Qué pasa si la superas?
El modelo olvida el inicio de la conversación o rechaza la solicitud. El RAG sortea esta limitación.