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

26 lines
613 B
TOML

# Source: https://routellm.abacus.ai/v1/models
# RouteLLM input_modalities: ['text', 'image', 'audio']
# RouteLLM output_modalities: ['text']
# RouteLLM context_length: 1048576
# RouteLLM max_completion_tokens: 65536
# RouteLLM input_token_rate: 0.00000125
# RouteLLM output_token_rate: 0.00001
# RouteLLM cached_input_token_rate: 0.000000125
# RouteLLM thinking: True
base_model = "google/gemini-2.5-pro"
reasoning = true
reasoning_options = []
[cost]
input = 1.25
output = 10.00
cache_read = 0.125
[limit]
context = 1_048_576
output = 65_536
[modalities]
input = ["text", "image", "audio"]
output = ["text"]