O
Oxen/mistral-nemo

mistral-nemo

Ready to build with mistral-nemo?

Try mistral-nemo in the Workbench to prompt it, compare outputs, and iterate on prompts without writing any code. When you're ready to ship, call the same model from our API and build your own apps on top of it.

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