Back to Models
Mistral: Voxtral Small 24B 2507 AI Model Icon

Mistral: Voxtral Small 24B 2507

mistralai/voxtral-small-24b-2507

Description

Voxtral Small is an enhancement of Mistral Small 3, incorporating state-of-the-art audio input capabilities while retaining best-in-class text performance. It excels at speech transcription, translation and audio understanding. Input audio is priced at $100 per million seconds.

API Usage Examples

OpenAI Compatible Endpoint

Use this endpoint with any OpenAI-compatible library. Model: Mistral: Voxtral Small 24B 2507 (mistralai/voxtral-small-24b-2507)

curl https://api.ridvay.com/v1/chat/completions   -H "Content-Type: application/json"   -H "Authorization: Bearer YOUR_API_KEY"   -d '{
    "model": "mistralai/voxtral-small-24b-2507",
    "messages": [
      {
        "role": "user",
        "content": "Explain the capabilities of the Mistral: Voxtral Small 24B 2507 model"
      }
    ],
    "temperature": 0.7,
    "max_tokens": 1024
  }'

Supported Modalities

  • Text

API Pricing

  • Input: 0.1$ / 1M tokens
  • Output: 0.3$ / 1M tokens

Token Limits

  • Max Output: 32,000 tokens
  • Max Context: 32,000 tokens

Subscription Tiers

  • free
  • pro
  • ultimate