Mistral Small
Mistral Small first-party. Buen costo/latencia para chat general.
mistral/mistral-small-latest
- Contexto
- 128k tokens
- Máx. completion
- —
- Tools
- Sí
- JSON
- Sí
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": "mistral/mistral-small-latest",
"messages": [{"role": "user", "content": "Hola"}]
}'Consigue tu API keyPreguntas frecuentes
- ¿Qué es Mistral Small?
- Mistral Small first-party. Buen costo/latencia para chat general. Mistral Small corre en el API de Geek Hub (compatible con OpenAI). Id: mistral/mistral-small-latest.
- ¿Mistral Small es gratis?
- No. El input cuesta $0.109 / 1M tokens y el output $0.327 / 1M tokens en Geek Hub (markup incluido).
- ¿Cuál es el contexto de Mistral Small?
- Mistral Small tiene una ventana de 128k tokens.
- ¿Mistral Small soporta tool calling y structured outputs?
- Mistral Small acepta tools y tool_choice para function calling. También soporta structured outputs con un JSON schema en response_format.