Skip to content
Closed
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
13 changes: 13 additions & 0 deletions providers/openrouter/aion-1.0-mini.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
costs:
- input_cost_per_token: 7.e-7
output_cost_per_token: 0.0000014
region: "*"
features:
- chat
- function_calling
- tool_choice
limits:
context_window: 131072
max_output_tokens: 32768
max_tokens: 32768
mode: chat
model: aion-1.0-mini
params:
- key: max_tokens
maxValue: 32768
sources:
- https://openrouter.ai/aion-labs/aion-1.0-mini/api
thinking: true
13 changes: 13 additions & 0 deletions providers/openrouter/aion-1.0.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
costs:
- input_cost_per_token: 0.000004
output_cost_per_token: 0.000008
region: "*"
features:
- chat
- function_calling
- tool_choice
limits:
context_window: 131072
max_output_tokens: 32768
max_tokens: 32768
mode: chat
model: aion-1.0
params:
- key: max_tokens
maxValue: 32768
sources:
- https://openrouter.ai/aion-labs/aion-1.0/api
thinking: true
1 change: 1 addition & 0 deletions providers/openrouter/aion-rp-llama-3.1-8b.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
features:
- chat
isDeprecated: true
mode: chat
model: aion-rp-llama-3.1-8b
params:
Expand Down
1 change: 1 addition & 0 deletions providers/openrouter/anthropic/claude-2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ costs:
- input_cost_per_token: 0.00001102
output_cost_per_token: 0.00003268
region: "*"
isDeprecated: true
limits:
max_output_tokens: 8191
max_tokens: 8191
Expand Down
12 changes: 9 additions & 3 deletions providers/openrouter/anthropic/claude-3-5-haiku-20241022.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
costs:
- input_cost_per_token: 0.000001
output_cost_per_token: 0.000005
- cache_creation_input_token_cost: 0.000001
cache_read_input_token_cost: 8.e-8
input_cost_per_token: 8.e-7
output_cost_per_token: 0.000004
region: "*"
features:
- function_calling
limits:
context_window: 200000
max_input_tokens: 200000
max_output_tokens: 8192
max_tokens: 8192
tool_use_system_prompt_tokens: 264
mode: chat
model: anthropic/claude-3-5-haiku-20241022
sources:
- https://openrouter.ai/anthropic/claude-3-5-haiku-20241022/api
- https://platform.claude.com/docs/en/about-claude/models
- https://platform.claude.com/docs/en/about-claude/pricing
14 changes: 11 additions & 3 deletions providers/openrouter/anthropic/claude-3-5-haiku.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
costs:
- input_cost_per_token: 0.000001
output_cost_per_token: 0.000005
- cache_creation_input_token_cost: 0.000001
cache_read_input_token_cost: 8.e-8
input_cost_per_token: 8.e-7
output_cost_per_token: 0.000004
region: "*"
features:
- function_calling
- vision
- prompt_caching
limits:
max_tokens: 200000
context_window: 200000
max_output_tokens: 8192
max_tokens: 8192
mode: chat
model: anthropic/claude-3-5-haiku
sources:
- https://openrouter.ai/anthropic/claude-3-5-haiku/api
10 changes: 8 additions & 2 deletions providers/openrouter/anthropic/claude-3-haiku-20240307.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
costs:
- input_cost_per_token: 2.5e-7
- cache_creation_input_token_cost: 5.e-7
cache_read_input_token_cost: 3.e-8
input_cost_per_token: 2.5e-7
output_cost_per_token: 0.00000125
region: "*"
features:
- function_calling
- vision
- tool_choice
- prompt_caching
limits:
context_window: 200000
max_input_tokens: 200000
max_output_tokens: 4096
max_tokens: 4096
tool_use_system_prompt_tokens: 264
mode: chat
model: anthropic/claude-3-haiku-20240307
sources:
- https://openrouter.ai/anthropic/claude-3-haiku/api
11 changes: 9 additions & 2 deletions providers/openrouter/anthropic/claude-3-haiku.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
costs:
- input_cost_per_image: 0.0004
- cache_creation_input_token_cost: 5.e-7
cache_read_input_token_cost: 3.e-8
input_cost_per_image: 0.0004
input_cost_per_token: 2.5e-7
output_cost_per_token: 0.00000125
region: "*"
features:
- function_calling
- vision
- tool_choice
- prompt_caching
limits:
max_tokens: 200000
context_window: 200000
max_output_tokens: 4096
max_tokens: 4096
mode: chat
model: anthropic/claude-3-haiku
sources:
- https://openrouter.ai/anthropic/claude-3-haiku/api
4 changes: 3 additions & 1 deletion providers/openrouter/anthropic/claude-3-opus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ features:
- function_calling
- vision
limits:
context_window: 200000
max_input_tokens: 200000
max_output_tokens: 4096
max_tokens: 4096
tool_use_system_prompt_tokens: 395
mode: chat
model: anthropic/claude-3-opus
sources:
- https://openrouter.ai/anthropic/claude-3-opus/api
8 changes: 7 additions & 1 deletion providers/openrouter/anthropic/claude-3-sonnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ features:
- function_calling
- vision
limits:
max_tokens: 200000
context_window: 200000
max_output_tokens: 4096
max_tokens: 4096
mode: chat
model: anthropic/claude-3-sonnet
sources:
- https://openrouter.ai/anthropic/claude-3-sonnet/api
- https://platform.claude.com/docs/en/about-claude/models
- https://platform.claude.com/docs/en/about-claude/model-deprecations
11 changes: 8 additions & 3 deletions providers/openrouter/anthropic/claude-3.5-sonnet.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
costs:
- input_cost_per_token: 0.000003
output_cost_per_token: 0.000015
- cache_creation_input_token_cost: 0.0000075
cache_read_input_token_cost: 6.e-7
input_cost_per_token: 0.000006
output_cost_per_token: 0.00003
region: "*"
features:
- function_calling
- vision
- tool_choice
- assistant_prefill
- prompt_caching
limits:
context_window: 200000
max_input_tokens: 200000
max_output_tokens: 8192
max_tokens: 8192
tool_use_system_prompt_tokens: 159
mode: chat
model: anthropic/claude-3.5-sonnet
sources:
- https://openrouter.ai/anthropic/claude-3.5-sonnet/api
10 changes: 7 additions & 3 deletions providers/openrouter/anthropic/claude-3.5-sonnet:beta.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
costs:
- input_cost_per_token: 0.000003
output_cost_per_token: 0.000015
- cache_creation_input_token_cost: 0.0000075
cache_read_input_token_cost: 6.e-7
input_cost_per_token: 0.000006
output_cost_per_token: 0.00003
region: "*"
features:
- function_calling
- vision
limits:
context_window: 200000
max_input_tokens: 200000
max_output_tokens: 8192
max_tokens: 8192
tool_use_system_prompt_tokens: 159
mode: chat
model: anthropic/claude-3.5-sonnet:beta
sources:
- https://openrouter.ai/anthropic/claude-3.5-sonnet:beta/api
13 changes: 9 additions & 4 deletions providers/openrouter/anthropic/claude-3.7-sonnet.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
costs:
- input_cost_per_image: 0.0048
- cache_creation_input_token_cost: 0.00000375
cache_read_input_token_cost: 3.e-7
input_cost_per_token: 0.000003
output_cost_per_token: 0.000015
region: "*"
Expand All @@ -8,10 +9,14 @@ features:
- vision
- tool_choice
- assistant_prefill
- prompt_caching
limits:
context_window: 200000
max_input_tokens: 200000
max_output_tokens: 128000
max_tokens: 128000
tool_use_system_prompt_tokens: 159
max_output_tokens: 64000
max_tokens: 64000
mode: chat
model: anthropic/claude-3.7-sonnet
sources:
- https://openrouter.ai/anthropic/claude-3.7-sonnet/api
thinking: true
13 changes: 9 additions & 4 deletions providers/openrouter/anthropic/claude-3.7-sonnet:beta.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
costs:
- input_cost_per_image: 0.0048
- cache_creation_input_token_cost: 0.00000375
cache_read_input_token_cost: 3.e-7
input_cost_per_token: 0.000003
output_cost_per_token: 0.000015
region: "*"
features:
- function_calling
- vision
- prompt_caching
limits:
context_window: 200000
max_input_tokens: 200000
max_output_tokens: 128000
max_tokens: 128000
tool_use_system_prompt_tokens: 159
max_output_tokens: 64000
max_tokens: 64000
mode: chat
model: anthropic/claude-3.7-sonnet:beta
sources:
- https://openrouter.ai/anthropic/claude-3.7-sonnet:beta/api
thinking: true
10 changes: 7 additions & 3 deletions providers/openrouter/anthropic/claude-haiku-4.5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,14 @@ features:
- tool_choice
- prompt_caching
- assistant_prefill
- response_schema
limits:
context_window: 200000
max_input_tokens: 200000
max_output_tokens: 200000
max_tokens: 200000
tool_use_system_prompt_tokens: 346
max_output_tokens: 64000
max_tokens: 64000
mode: chat
model: anthropic/claude-haiku-4.5
sources:
- https://openrouter.ai/anthropic/claude-haiku-4.5/api
thinking: true
1 change: 1 addition & 0 deletions providers/openrouter/anthropic/claude-instant-v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ costs:
- input_cost_per_token: 0.00000163
output_cost_per_token: 0.00000551
region: "*"
isDeprecated: true
limits:
max_output_tokens: 8191
max_tokens: 8191
Expand Down
5 changes: 4 additions & 1 deletion providers/openrouter/anthropic/claude-opus-4.1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,12 @@ features:
- prompt_caching
- assistant_prefill
limits:
context_window: 200000
max_input_tokens: 200000
max_output_tokens: 32000
max_tokens: 32000
tool_use_system_prompt_tokens: 159
mode: chat
model: anthropic/claude-opus-4.1
sources:
- https://openrouter.ai/anthropic/claude-opus-4.1/api
thinking: true
10 changes: 8 additions & 2 deletions providers/openrouter/anthropic/claude-opus-4.5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,16 @@ features:
- tool_choice
- prompt_caching
- assistant_prefill
- pdf
- response_schema
limits:
context_window: 200000
max_input_tokens: 200000
max_output_tokens: 32000
max_tokens: 32000
max_output_tokens: 64000
max_tokens: 64000
tool_use_system_prompt_tokens: 159
mode: chat
model: anthropic/claude-opus-4.5
sources:
- https://openrouter.ai/anthropic/claude-opus-4.5/api
thinking: true
6 changes: 4 additions & 2 deletions providers/openrouter/anthropic/claude-opus-4.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
costs:
- cache_creation_input_token_cost: 0.00001875
cache_read_input_token_cost: 0.0000015
input_cost_per_image: 0.0048
input_cost_per_token: 0.000015
output_cost_per_token: 0.000075
region: "*"
Expand All @@ -12,9 +11,12 @@ features:
- prompt_caching
- assistant_prefill
limits:
context_window: 200000
max_input_tokens: 200000
max_output_tokens: 32000
max_tokens: 32000
tool_use_system_prompt_tokens: 159
mode: chat
model: anthropic/claude-opus-4
sources:
- https://openrouter.ai/anthropic/claude-opus-4/api
thinking: true
10 changes: 6 additions & 4 deletions providers/openrouter/anthropic/claude-sonnet-4.5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@ features:
- prompt_caching
- assistant_prefill
limits:
max_input_tokens: 1000000
max_output_tokens: 1000000
max_tokens: 1000000
tool_use_system_prompt_tokens: 159
context_window: 1000000
max_output_tokens: 64000
max_tokens: 64000
mode: chat
model: anthropic/claude-sonnet-4.5
sources:
- https://openrouter.ai/anthropic/claude-sonnet-4.5/api
thinking: true
4 changes: 4 additions & 0 deletions providers/openrouter/anthropic/claude-sonnet-4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,13 @@ features:
- prompt_caching
- assistant_prefill
limits:
context_window: 1000000
max_input_tokens: 1000000
max_output_tokens: 64000
max_tokens: 64000
tool_use_system_prompt_tokens: 159
mode: chat
model: anthropic/claude-sonnet-4
sources:
- https://openrouter.ai/anthropic/claude-sonnet-4/api
thinking: true
1 change: 1 addition & 0 deletions providers/openrouter/anubis-70b-v1.1.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
features:
- chat
isDeprecated: true
limits:
max_tokens: 4096
mode: chat
Expand Down
2 changes: 2 additions & 0 deletions providers/openrouter/anubis-pro-105b-v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ model: anubis-pro-105b-v1
params:
- key: max_tokens
maxValue: 131072
sources:
- https://openrouter.ai/thedrummer/anubis-pro-105b-v1
Loading