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
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ cache_read = 0.018

[limit]
context = 1_048_576
output = 16_384
output = 65_536
4 changes: 2 additions & 2 deletions providers/openrouter/models/moonshotai/kimi-k2.6.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ reasoning_options = []
field = "reasoning_details"

[cost]
input = 0.66
input = 0.65
output = 3.41
cache_read = 0.14
cache_read = 0.3

[modalities]
input = ["text", "image"]
3 changes: 0 additions & 3 deletions providers/openrouter/models/x-ai/grok-build-0.1.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,3 @@ reasoning_options = []
input = 1
output = 2
cache_read = 0.2

[modalities]
input = ["text", "image"]
4 changes: 2 additions & 2 deletions providers/openrouter/models/~moonshotai/kimi-latest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ open_weights = false
reasoning_options = []

[cost]
input = 0.66
input = 0.65
output = 3.41
cache_read = 0.14
cache_read = 0.3

[limit]
context = 262_144
Expand Down