chutesai/Mistral-Small-3.1-24B-Instruct-2503
MistralMistral's latest open-source small model; provided by chutes.ai.
Pricing
- Input Tokens: $0.2 /M tokens
- Output Tokens: $0.8 /M tokens
Input Modalities
Try this model
Python
import os
from openai import OpenAI
client = OpenAI(
api_key=os.environ["AIHUBMIX_API_KEY"],
base_url="https://shkq.org/v1",
)
response = client.chat.completions.create(
model="chutesai/Mistral-Small-3.1-24B-Instruct-2503",
messages=[
{
"role": "user",
"content": "Hello, how are you?"
}
],
max_tokens=1024,
stream=False,
)
print(response.choices[0].message.content)Frequently asked questions
What is chutesai/Mistral-Small-3.1-24B-Instruct-2503?
Mistral's latest open-source small model; provided by chutes.ai.
How much does chutesai/Mistral-Small-3.1-24B-Instruct-2503 cost?
How do I call chutesai/Mistral-Small-3.1-24B-Instruct-2503 via API?
Who created chutesai/Mistral-Small-3.1-24B-Instruct-2503?
More models from Mistral
See all Mistral models → Input:$ 0.4 /M
Output:$ 2 /M
Context:-
TTFT:-
Throughput:-
Mistral Medium 3 is a SOTA & versatile model designed for a wide range of tasks, including programming, mathematical reasoning, understanding long documents, summarization, and dialogue. It boasts multi-modal capabilities, enabling it to process visual inputs, and supports dozens of languages, including over 80 coding languages. Additionally, it features function calling and agentic workflows. Mistral Medium 3 is optimized for single-node inference, particularly for long-context applications. Its size allows it to achieve high throughput on a single node.
Input:$ 0.4 /M
Output:$ 1.2 /M
Context:-
TTFT:-
Throughput:-
Mistral has launched a new code model - Codestral 25.01; https://mistral.ai/news/codestral-2501/
Input:$ 2 /M
Output:$ 6 /M
Context:-
TTFT:-
Throughput:-
The latest Mistral Large 2 model is deployed on Azure.
Input:$ 3 /M
Output:$ 9 /M
Context:-
TTFT:-
Throughput:-
Input:$ 0.4 /M
Output:$ 1.2 /M
Context:-
TTFT:-
Throughput:-
azure部署
Input:$ 4 /M
Output:$ 12 /M
Context:-
TTFT:-
Throughput:-
© 2023 - 2026 AIHubMix, LLC