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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions providers/openrouter/deepseek/deepseek-v4-flash.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
costs:
- cache_read_input_token_cost: 2.8e-8
input_cost_per_token: 1.4e-7
output_cost_per_token: 2.8e-7
region: "*"
features:
- function_calling
- json_output
- prompt_caching
- structured_output
- tool_choice
limits:
context_window: 1048576
max_output_tokens: 384000
modalities:
input:
- text
output:
- text
mode: chat
model: deepseek/deepseek-v4-flash
thinking: true
27 changes: 27 additions & 0 deletions providers/openrouter/deepseek/deepseek-v4-pro.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
costs:
- cache_read_input_token_cost: 1.45e-7
input_cost_per_token: 1.74e-6
output_cost_per_token: 3.48e-6
region: "*"
features:
- function_calling
- json_output
- prompt_caching
- structured_output
- tool_choice
limits:
context_window: 1048576
max_output_tokens: 384000
modalities:
input:
- text
output:
- text
mode: chat
model: deepseek/deepseek-v4-pro
params:
- defaultValue: 1
key: temperature
- defaultValue: 1
key: top_p
thinking: true
22 changes: 22 additions & 0 deletions providers/openrouter/openai/gpt-5.5-pro.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
costs:
- input_cost_per_token: 3e-5
output_cost_per_token: 0.00018
region: "*"
features:
- function_calling
- json_output
- structured_output
- tool_choice
limits:
context_window: 1050000
max_output_tokens: 128000
modalities:
input:
- pdf
- image
- text
output:
- text
mode: chat
model: openai/gpt-5.5-pro
thinking: true
24 changes: 24 additions & 0 deletions providers/openrouter/openai/gpt-5.5.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
costs:
- cache_read_input_token_cost: 5e-7
input_cost_per_token: 5e-6
output_cost_per_token: 3e-5
region: "*"
features:
- function_calling
- json_output
- prompt_caching
- structured_output
- tool_choice
limits:
context_window: 1050000
max_output_tokens: 128000
modalities:
input:
- pdf
- image
- text
output:
- text
mode: chat
model: openai/gpt-5.5
thinking: true
Loading