mistral
mistral/mistral-large-2407/Released Feb 2024

Mistral Large 2

Powerful LLM with 123B parameters, excelling in multilingual tasks, coding, and reasoning, optimized for single-node inference and long-context applications.

Provider
mistral
Modality
text-to-text
Released
Feb 2024
Pricing
$2.00 / 1M in$6.00 / 1M out

Ready to build with Mistral Large 2?

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