mistral
mistral/ministral-3b-latest

Ministral 3B

Optimized for edge computing with function-calling capabilities, excelling in knowledge retrieval and commonsense reasoning with 128k token context.

Provider
mistral
Modality
text-to-text
Pricing
$0.04 / 1M in$0.04 / 1M out

Ready to build with Ministral 3B?

Sign in to grab your API key and start making requests.
bash
curl -sSf -X POST https://hub.oxen.ai/api/chat/completions \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer $OXEN_API_KEY" \
    -d '{
  "model": "ministral-3b-latest",
  "messages": [
    {
      "role": "user",
      "content": "Try sending a message."
    }
  ]
}'