Skip to content
Merged
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
6 changes: 6 additions & 0 deletions providers/openrouter/google/lyria-3-clip-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ costs:
limits:
context_window: 1048576
max_output_tokens: 65536
max_tokens: 65536
modalities:
input:
- text
Expand All @@ -14,3 +15,8 @@ modalities:
- audio
mode: chat
model: google/lyria-3-clip-preview
params:
- key: seed
type: number
sources:
- https://openrouter.ai/google/lyria-3-clip-preview/api
4 changes: 4 additions & 0 deletions providers/openrouter/google/lyria-3-pro-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ costs:
limits:
context_window: 1048576
max_output_tokens: 65536
max_tokens: 65536
modalities:
input:
- text
Expand All @@ -14,3 +15,6 @@ modalities:
- audio
mode: chat
model: google/lyria-3-pro-preview
sources:
- https://openrouter.ai/google/lyria-3-pro-preview/api
status: active
6 changes: 6 additions & 0 deletions providers/openrouter/kwaipilot/kat-coder-pro-v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,19 @@ costs:
input_cost_per_token: 3.e-7
output_cost_per_token: 0.0000012
region: "*"
features:
- function_calling
- tool_choice
limits:
context_window: 256000
max_output_tokens: 80000
max_tokens: 80000
modalities:
input:
- text
output:
- text
mode: chat
model: kwaipilot/kat-coder-pro-v2
sources:
- https://openrouter.ai/kwaipilot/kat-coder-pro-v2/api
6 changes: 5 additions & 1 deletion providers/openrouter/l3.1-euryale-70b.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ costs:
features:
- function_calling
- tool_choice
- json_output
limits:
context_window: 131072
max_output_tokens: 16384
Expand All @@ -15,7 +16,10 @@ modalities:
output:
- text
mode: chat
model: l3.1-euryale-70b
model: sao10k/l3.1-euryale-70b
Comment thread
LordGameleo marked this conversation as resolved.
params:
- key: max_tokens
maxValue: 16384
sources:
- https://openrouter.ai/sao10k/l3.1-euryale-70b/api
status: active
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ costs:
features:
- function_calling
- tool_choice
- structured_output
- json_output
limits:
context_window: 131072
max_output_tokens: 16384
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ costs:
features:
- function_calling
- structured_output
- tool_choice
limits:
context_window: 131072
modalities:
Expand Down
9 changes: 9 additions & 0 deletions providers/openrouter/qwen/qwen3.6-plus-preview:free.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,22 @@ costs:
- input_cost_per_token: 0
output_cost_per_token: 0
region: "*"
features:
- function_calling
- tool_choice
- structured_output
- json_output
limits:
context_window: 1000000
max_output_tokens: 65536
max_tokens: 65536
modalities:
input:
- text
output:
- text
mode: chat
model: qwen/qwen3.6-plus-preview:free
sources:
- https://openrouter.ai/qwen/qwen3.6-plus-preview:free/api
thinking: true
8 changes: 8 additions & 0 deletions providers/openrouter/rekaai/reka-flash-3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,21 @@ costs:
- input_cost_per_token: 1.e-7
output_cost_per_token: 2.e-7
region: "*"
features:
- function_calling
- tool_choice
- json_output
limits:
context_window: 65536
max_output_tokens: 65536
max_tokens: 65536
modalities:
input:
- text
output:
- text
mode: chat
model: rekaai/reka-flash-3
sources:
- https://openrouter.ai/rekaai/reka-flash-3/api
thinking: true
Loading