Mistral Large
Flagship Mistral. Razonamiento y multilingual fuertes.
mistral/mistral-large-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-large-latest",
"messages": [{"role": "user", "content": "Hola"}]
}'Consigue tu API keyPreguntas frecuentes
- ¿Qué es Mistral Large?
- Flagship Mistral. Razonamiento y multilingual fuertes. Mistral Large corre en el API de Geek Hub (compatible con OpenAI). Id: mistral/mistral-large-latest.
- ¿Mistral Large es gratis?
- No. El input cuesta $2.1801 / 1M tokens y el output $6.5404 / 1M tokens en Geek Hub (markup incluido).
- ¿Cuál es el contexto de Mistral Large?
- Mistral Large tiene una ventana de 128k tokens.
- ¿Mistral Large soporta tool calling y structured outputs?
- Mistral Large acepta tools y tool_choice para function calling. También soporta structured outputs con un JSON schema en response_format.