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

26 lines
611 B
TOML

# Source: https://routellm.abacus.ai/v1/models
# RouteLLM input_modalities: ['text', 'image', 'video']
# RouteLLM output_modalities: ['text']
# RouteLLM context_length: 1000000
# RouteLLM max_completion_tokens: 32000
# RouteLLM input_token_rate: 0.00000125
# RouteLLM output_token_rate: 0.00000425
# RouteLLM cached_input_token_rate: 0.00000015
# RouteLLM thinking: True
base_model = "meta/muse-spark-1.1"
reasoning = true
reasoning_options = []
[cost]
input = 1.25
output = 4.25
cache_read = 0.15
[limit]
context = 1_000_000
output = 32_000
[modalities]
input = ["text", "image", "video"]
output = ["text"]