Mistral Small

Mistral Small first-party. Buen costo/latencia para chat general.

ChatMistral128k tokens$0.109 / $0.327 · 1M

mistral/mistral-small-latest

Contexto
128k tokens
Máx. completion
Tools
JSON

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 key

Preguntas 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.

Más modelos de Mistral