Solar Pro 3
Solar Pro 3 is Upstage's powerful Mixture-of-Experts (MoE) language model. With 102B total parameters and 12B active parameters per forward pass, it delivers exceptional performance while maintaining computational efficiency. Optimized for Korean with English and Japanese support.
upstage/solar-pro-3
- Contexto
- 131k tokens
- Máx. completion
- 131,072
- Tools
- Sí
- JSON
- Sí
- Lanzamiento
- 2026-01-27
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-pro-3",
"messages": [{"role": "user", "content": "Hola"}]
}'Consigue tu API keyPreguntas frecuentes
- ¿Qué es Solar Pro 3?
- Solar Pro 3 is Upstage's powerful Mixture-of-Experts (MoE) language model. With 102B total parameters and 12B active parameters per forward pass, it delivers exceptional performance while maintaining computational efficiency. Optimized for Korean with English and Japanese support. Solar Pro 3 corre en el API de Geek Hub (compatible con OpenAI). Id: upstage/solar-pro-3.
- ¿Solar Pro 3 es gratis?
- No. El input cuesta $0.1635 / 1M tokens y el output $0.654 / 1M tokens en Geek Hub (markup incluido).
- ¿Cuál es el contexto de Solar Pro 3?
- Solar Pro 3 tiene una ventana de 131k tokens. Soporta hasta 131,072 tokens de completion.
- ¿Solar Pro 3 soporta tool calling y structured outputs?
- Solar Pro 3 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 3?
- Solar Pro 3 se lanzó el 27 de enero de 2026.