mistralai
Mistral Mistral Small 3.1 24B
mistralai/mistral-small-3.1-24b-instruct
Input$0.351 /1M tokens
·Output$0.555 /1M tokens
Mistral Small 3.1 24B Instruct is an upgraded variant of Mistral Small 3 (2501), featuring 24 billion parameters with advanced multimodal capabilities. It provides state-of-the-art performance in text-based reasoning and...
Code Examples
import requests
response = requests.post(
"https://neurongate.net/v1/chat/completions",
headers={
"Authorization": "Bearer ng-your-api-key",
"Content-Type": "application/json"
},
json={
"model": "mistralai/mistral-small-3.1-24b-instruct",
"messages": [
{"role": "user", "content": "Hello!"}
]
}
)
print(response.json()["choices"][0]["message"]["content"])Pricing Details
| Example | Cost |
|---|---|
| 1K input tokens (short prompt) | $0.00035 |
| 1K in + 500 out (typical response) | $0.00063 |
| 10K in + 2K out (document analysis) | $0.00462 |
| 100K in + 10K out (large context) | $0.0406 |
Prices in USD. Billed per actual token usage. Prepay with USDT, USDC, ETH, or BTC.
Frequently Asked Questions
Capabilities
Streaming
YesFunction Calling / Tools
NoVision (Image Input)
YesAudio Processing
NoContext Window
128K tokens
~96K words of text
Max output
128K tokens
Modalities
Input
textimage
Output
text