Solar Pro 4
Solar Pro 4 is Upstage's cost-efficient large language model, featuring a 524K context window. It is built for long-horizon tasks and agentic workflows, with strong capabilities in office productivity, document-intensive work, and coding.
upstage/solar-pro4
- Contexto
- 524k tokens
- Máx. completion
- 131,072
- Tools
- Sí
- JSON
- Sí
- Lanzamiento
- 2026-08-10
Llámalo desde Geek Hub
El mismo SDK de OpenAI. Cambia el base URL y el id del modelo.
curl https://api.geekhub.mx/v1/chat/completions \
-H "Authorization: Bearer $GEEKHUB_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "upstage/solar-pro4",
"messages": [{"role": "user", "content": "Hola"}]
}'Consigue tu API keyPreguntas frecuentes
- ¿Qué es Solar Pro 4?
- Solar Pro 4 is Upstage's cost-efficient large language model, featuring a 524K context window. It is built for long-horizon tasks and agentic workflows, with strong capabilities in office productivity, document-intensive work, and coding. Solar Pro 4 corre en el API de Geek Hub (compatible con OpenAI). Id: upstage/solar-pro4.
- ¿Solar Pro 4 es gratis?
- No. El input cuesta $0.0327 / 1M tokens y el output $0.1308 / 1M tokens en Geek Hub (markup incluido).
- ¿Cuál es el contexto de Solar Pro 4?
- Solar Pro 4 tiene una ventana de 524k tokens. Soporta hasta 131,072 tokens de completion.
- ¿Solar Pro 4 soporta tool calling y structured outputs?
- Solar Pro 4 acepta tools y tool_choice para function calling. También soporta structured outputs con un JSON schema en response_format.
- ¿Cuándo se lanzó Solar Pro 4?
- Solar Pro 4 se lanzó el 10 de agosto de 2026.