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
8 changes: 4 additions & 4 deletions providers/openrouter/models/deepseek/deepseek-v4-flash.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ from = "deepseek/deepseek-v4-flash"
field = "reasoning_content"

[cost]
input = 0.1
output = 0.2
cache_read = 0.02
input = 0.0983
output = 0.1966
cache_read = 0.0197

[limit]
context = 1_048_576
output = 16_384
output = 131_072

[modalities]
input = ["text"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cache_read = 0.025
cache_write = 0.083333

[limit]
context = 1_000_000
context = 1_048_576
output = 8_192

[modalities]
Expand Down
10 changes: 5 additions & 5 deletions providers/openrouter/models/moonshotai/kimi-k2.6.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ from = "moonshotai/kimi-k2.6"
field = "reasoning_details"

[cost]
input = 0.73
output = 3.49
cache_read = 0.25
input = 0.684
output = 3.42
cache_read = 0.144

[limit]
context = 262_142
output = 262_142
context = 262_144
output = 262_144

[modalities]
input = ["text", "image"]
Expand Down
23 changes: 0 additions & 23 deletions providers/openrouter/models/openai/gpt-4o-audio-preview.toml

This file was deleted.

10 changes: 5 additions & 5 deletions providers/openrouter/models/~moonshotai/kimi-latest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ structured_output = true
open_weights = false

[cost]
input = 0.73
output = 3.49
cache_read = 0.25
input = 0.684
output = 3.42
cache_read = 0.144

[limit]
context = 262_142
output = 262_142
context = 262_144
output = 262_144

[modalities]
input = ["text", "image"]
Expand Down