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

30 lines
689 B
TOML

# Source: https://routellm.abacus.ai/v1/models
# RouteLLM input_modalities: ['text', 'image']
# RouteLLM output_modalities: ['text']
# RouteLLM context_length: None
# RouteLLM max_completion_tokens: 64000
# RouteLLM input_token_rate: 0.000003
# RouteLLM output_token_rate: 0.000015
name = "RouteLLM"
description = "RouteLLM routes prompts to an appropriate Abacus-backed text-generation model"
family = "gpt"
release_date = "2024-01-01"
last_updated = "2026-07-10"
attachment = true
reasoning = false
temperature = true
tool_call = true
open_weights = false
[cost]
input = 3
output = 15
[limit]
context = 128_000
output = 64_000
[modalities]
input = ["text", "image"]
output = ["text"]