Files
2026-07-13 12:28:55 +08:00

26 lines
597 B
TOML

# Source: https://routellm.abacus.ai/v1/models
# RouteLLM API does not report thinking: true for this ID.
# RouteLLM input_modalities: ['text']
# RouteLLM output_modalities: ['text']
# RouteLLM context_length: 1048576
# RouteLLM max_completion_tokens: 131072
# RouteLLM input_token_rate: 0.000001
# RouteLLM output_token_rate: 0.000003
# RouteLLM cached_input_token_rate: 0.0000002
base_model = "xiaomi/mimo-v2-pro"
reasoning = true
reasoning_options = []
[cost]
input = 1
output = 3
cache_read = 0.2
[limit]
context = 1_048_576
output = 131_072
[modalities]
input = ["text"]
output = ["text"]