CHAT
Available Mistral Models in HyprLab: A Detailed List and Pricing Guide.
Base-Path:
https://api.hyprlab.io/v1Chat-Completions Path:
https://api.hyprlab.io/v1/chat/completionsMaking Request:
curl https://api.hyprlab.io/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $HYPRLAB_API_KEY" \
-d '{
"model": "mistral-large-latest",
"messages": [
{
"role": "system",
"content": "You are a helpful assistant."
},
{
"role": "user",
"content": "Say this is a test!"
}
]
}'curl https://api.hyprlab.io/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $HYPRLAB_API_KEY" \
-d '{
"model": "pixtral-large-latest",
"messages": [
{
"role": "user",
"content": [
{
"type": "text",
"text": "What’s in this image?"
},
{
"type": "image_url",
"image_url": "https://tripfixers.com/wp-content/uploads/2019/11/eiffel-tower-with-snow.jpeg"
}
]
}
],
"max_tokens": 300
}'curl --location https://api.hyprlab.io/v1/chat/completions \
--header "Authorization: Bearer $HYPRLAB_API_KEY" \
--header "Content-Type: application/json" \
--data '{
"model": "voxtral-small-latest",
"messages": [
{
"role": "user",
"content": [
{
"type": "input_audio",
"input_audio": "https://download.samplelib.com/mp3/sample-15s.mp3"
},
{
"type": "text",
"text": "What'\''s in this file?"
}
]
}
]
}'curl https://api.hyprlab.io/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $HYPRLAB_API_KEY" \
-d '{
"model": "mistral-large-latest",
"messages": [
{
"role": "user",
"content": "What'\''s the weather like in Boston today?"
}
],
"tools": [
{
"type": "function",
"function": {
"name": "get_current_weather",
"description": "Get the current weather in a given location",
"parameters": {
"type": "object",
"properties": {
"location": {
"type": "string",
"description": "The city and state, e.g. San Francisco, CA"
},
"unit": {
"type": "string",
"enum": ["celsius", "fahrenheit"]
}
},
"required": ["location"]
}
}
}
],
"tool_choice": "auto"
}'
💬 Chat Models
mistral-large-latest
80% off
$0.4 / 1M Tokens
$1.2 / 1M Tokens
131,072
Unfiltered
Vision supportedTools supportedStructured JSON supported
mistral-medium-latest
80% off
$0.08 / 1M Tokens
$0.4 / 1M Tokens
131,072
Unfiltered
Vision supportedTools supportedStructured JSON supported
mistral-small-latest
80% off
$0.02 / 1M Tokens
$0.06 / 1M Tokens
131,072
Unfiltered
Vision supportedTools supportedStructured JSON supported
mistral-tiny-latest
80% off
$0.03 / 1M Tokens
$0.03 / 1M Tokens
131,072
Unfiltered
Tools supportedStructured JSON supported
magistral-medium-latest
80% off
$0.4 / 1M Tokens
$1 / 1M Tokens
131,072
Unfiltered
ReasoningVision supportedTools supportedStructured JSON supported
magistral-small-latest
80% off
$0.1 / 1M Tokens
$0.3 / 1M Tokens
131,072
Unfiltered
ReasoningVision supportedTools supportedStructured JSON supported
pixtral-large-latest
80% off
$0.4 / 1M Tokens
$1.2 / 1M Tokens
131,072
Unfiltered
Vision supportedTools supportedStructured JSON supported
pixtral-12b-latest
80% off
$0.03 / 1M Tokens
$0.03 / 1M Tokens
131,072
Unfiltered
Vision supportedTools supportedStructured JSON supported
devstral-medium-latest
80% off
$0.08 / 1M Tokens
$0.4 / 1M Tokens
131,072
Unfiltered
Tools supportedStructured JSON supported
devstral-small-latest
80% off
$0.02 / 1M Tokens
$0.06 / 1M Tokens
131,072
Unfiltered
Tools supportedStructured JSON supported
ministral-8b-latest
80% off
$0.02 / 1M Tokens
$0.02 / 1M Tokens
131,072
Unfiltered
Tools supportedStructured JSON supported
ministral-3b-latest
80% off
$0.008 / 1M Tokens
$0.008 / 1M Tokens
32,768
Unfiltered
Tools supportedStructured JSON supported
voxtral-small-latest
80% off
Prompt:
$0.02 / 1M TokensAudio:
$0.0008 / Minute
Completion:
$0.06 / 1M Tokens
32,768
Unfiltered
Audio supportedTools supportedStructured JSON supported
voxtral-mini-latest
80% off
Prompt:
$0.008 / 1M TokensAudio:
$0.0002 / Minute
Completion:
$0.008 / 1M Tokens
32,768
Unfiltered
Audio supportedTools supportedStructured JSON supported
codestral-latest
80% off
$0.06 / 1M Tokens
$0.18 / 1M Tokens
256,000
Unfiltered
Tools supportedStructured JSON supported
mistral-saba-latest
80% off
$0.04 / 1M Tokens
$0.12 / 1M Tokens
32,768
Unfiltered
Tools supportedStructured JSON supported
Last updated