mistral
mistral/open-mistral-7b/Released Sep 2023

Mistral 7B

Balanced performance in natural language and code tasks, efficiently handling longer sequences with innovative attention mechanisms.

Provider
mistral
Modality
text-to-text
Released
Sep 2023
Pricing
$0.25 / 1M in$0.25 / 1M out

Ready to build with Mistral 7B?

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": "open-mistral-7b",
  "messages": [
    {
      "role": "user",
      "content": "Try sending a message."
    }
  ]
}'