26 lines
602 B
TOML
26 lines
602 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.0000014
|
|
# RouteLLM output_token_rate: 0.0000044
|
|
# RouteLLM cached_input_token_rate: 0.00000026
|
|
base_model = "zhipuai/glm-5.2"
|
|
reasoning = true
|
|
reasoning_options = []
|
|
|
|
[cost]
|
|
input = 1.4
|
|
output = 4.4
|
|
cache_read = 0.26
|
|
|
|
[limit]
|
|
context = 1_048_576
|
|
output = 131_072
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|