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
34 changes: 34 additions & 0 deletions providers/openrouter/google/gemini-3.1-flash-lite.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
costs:
- cache_creation_input_token_cost: 8.333333333e-8
cache_read_input_token_cost: 2.5e-8
input_cost_per_image: 2.5e-7
Comment thread
harshiv-26 marked this conversation as resolved.
input_cost_per_token: 2.5e-7
output_cost_per_token: 1.5e-6
region: "*"
features:
- function_calling
- json_output
- prompt_caching
- structured_output
- tool_choice
limits:
context_window: 1048576
max_output_tokens: 65536
modalities:
input:
- text
- image
- video
- pdf
- audio
output:
- text
mode: chat
model: google/gemini-3.1-flash-lite
provisioning: serverless
sources:
- https://openrouter.ai/google/gemini-3.1-flash-lite
status: active
supportedModes:
- chat
thinking: true
26 changes: 26 additions & 0 deletions providers/openrouter/inclusionai/ling-2.6-1t.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
costs:
- cache_read_input_token_cost: 6e-8
input_cost_per_token: 3e-7
output_cost_per_token: 2.5e-6
region: "*"
features:
- function_calling
- json_output
- prompt_caching
- structured_output
- tool_choice
limits:
context_window: 262144
max_output_tokens: 32768
modalities:
input:
- text
output:
- text
mode: chat
model: inclusionai/ling-2.6-1t
sources:
- https://openrouter.ai/inclusionai/ling-2.6-1t
status: active
supportedModes:
- chat
Loading