mimo-v2.6-flash

Input price
$0.14/1M tokens
Output price
$0.28/1M tokens
Context window
131.1K
Modalities
Text → Text

Pricing

API call price

Input

$0.14

Output

$0.28

Cache write

Cache read

$0.0028

All prices are per million tokens and already include the discount shown above.

These public prices exclude group discounts. Your billed price may be lower based on your group.



Integration & capabilities

Supported protocols

Messages API
Compatible formatAnthropic
Routes
POST /v1/messages
POST /v1/messages/count_tokens
FeaturesStreaming · Prompt caching · Function calling · System messages
Request parametersmodel, messages, system, tools, stream, metadata

cURL Example

curl -X POST https://api.openmodel.ai/v1/messages \
  -H "Content-Type: application/json" \
  -H "x-api-key: $API_KEY" \
  -H "anthropic-version: 2023-06-01" \
  -d '{
    "model": "mimo-v2.6-flash",
    "max_tokens": 1024,
    "messages": [
      {"role": "user", "content": "Hello"}
    ]
  }'

Supported capabilities

Function Calling
Function calling (also known as tool calling) provides a powerful and flexible way for models to interface with external systems and access data outside their training data.
Parallel Function Calling
The model may choose to call multiple functions in a single turn.
Structured Outputs
Ensures the model will always generate responses that adhere to your supplied JSON Schema.
System Messages
You can guide the behavior of the model with system instructions.
Reasoning
Reasoning models use internal reasoning tokens before producing a response.
Prompt Caching
Optimizes API usage by allowing resuming from specific prefixes in your prompts. This significantly reduces processing time and costs for repetitive tasks or prompts with consistent elements.

Context & limits

Context window

131.1K

Max output tokens

16.4K