Ministral 8B
Mistral edge/cheap tier. Ideal for classification and drafts.
mistral/ministral-8b-latest
- Context
- 128k tokens
- Completion cap
- —
- Tools
- Yes
- JSON
- No
Call it from Geek Hub
Same OpenAI SDK. Change the base URL and the model id.
curl https://api.geekhub.mx/v1/chat/completions \
-H "Authorization: Bearer $GEEKHUB_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "mistral/ministral-8b-latest",
"messages": [{"role": "user", "content": "Hola"}]
}'Get an API keyFrequently asked questions
- What is Ministral 8B?
- Mistral edge/cheap tier. Ideal for classification and drafts. Ministral 8B runs on the Geek Hub API (OpenAI-compatible). Model id: mistral/ministral-8b-latest.
- Is Ministral 8B free?
- No. Input is $0.109 per 1M tokens and output is $0.109 per 1M tokens on Geek Hub (markup included).
- What is the context length of Ministral 8B?
- Ministral 8B has a 128k tokens context window.
- Does Ministral 8B support tool calling and structured outputs?
- Ministral 8B accepts tools and tool_choice for function calling. Structured outputs are not listed for this endpoint.