Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions providers/openrouter/google/gemma-4-31b-it:free.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ features:
- structured_output
- json_output
- tool_choice
- prompt_caching
limits:
context_window: 262144
max_output_tokens: 32768
Expand Down
3 changes: 2 additions & 1 deletion providers/openrouter/meta-llama/llama-3-70b-instruct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ costs:
- input_cost_per_token: 5.1e-7
output_cost_per_token: 7.4e-7
region: "*"
isDeprecated: true
limits:
context_window: 8192
max_output_tokens: 8000
Expand All @@ -17,6 +18,6 @@ provisioning: serverless
retirementDate: "2026-06-19"
sources:
- https://openrouter.ai/meta-llama/llama-3-70b-instruct
status: active
status: retired
supportedModes:
- chat
1 change: 1 addition & 0 deletions providers/openrouter/openai/gpt-5.4-pro.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ costs:
features:
- function_calling
- json_output
- prompt_caching
- structured_output
- tool_choice
limits:
Expand Down
2 changes: 0 additions & 2 deletions providers/openrouter/z-ai/glm-4.5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,8 @@ params:
key: reasoning
type: boolean
provisioning: serverless
retirementDate: "2026-06-19"
sources:
- https://openrouter.ai/z-ai/glm-4.5
- https://openrouter.ai/z-ai/glm-4.5/api
status: active
supportedModes:
- chat
Expand Down
Loading