diff --git a/providers/openrouter/models/minimax/minimax-m2.7.toml b/providers/openrouter/models/minimax/minimax-m2.7.toml index a114394e9..200da09a4 100644 --- a/providers/openrouter/models/minimax/minimax-m2.7.toml +++ b/providers/openrouter/models/minimax/minimax-m2.7.toml @@ -2,6 +2,9 @@ base_model = "minimax/MiniMax-M2.7" structured_output = true [cost] -input = 0.27 -output = 1.08 -cache_read = 0.054 +input = 0.25 +output = 1 +cache_read = 0.05 + +[limit] +context = 196_608 diff --git a/providers/openrouter/models/moonshotai/kimi-k2.6.toml b/providers/openrouter/models/moonshotai/kimi-k2.6.toml index a33751f7c..e29967f27 100644 --- a/providers/openrouter/models/moonshotai/kimi-k2.6.toml +++ b/providers/openrouter/models/moonshotai/kimi-k2.6.toml @@ -4,13 +4,9 @@ base_model = "moonshotai/kimi-k2.6" field = "reasoning_details" [cost] -input = 0.68 -output = 3.41 -cache_read = 0.34 - -[limit] -context = 262_142 -output = 262_142 +input = 0.67 +output = 3.39 +cache_read = 0.14 [modalities] input = ["text", "image"] diff --git a/providers/openrouter/models/z-ai/glm-4.5-air.toml b/providers/openrouter/models/z-ai/glm-4.5-air.toml index 89c8a10e8..8bce12012 100644 --- a/providers/openrouter/models/z-ai/glm-4.5-air.toml +++ b/providers/openrouter/models/z-ai/glm-4.5-air.toml @@ -1,5 +1,5 @@ base_model = "zhipuai/glm-4.5-air" -structured_output = false +structured_output = true [cost] input = 0.125 diff --git a/providers/openrouter/models/~moonshotai/kimi-latest.toml b/providers/openrouter/models/~moonshotai/kimi-latest.toml index 266d321b3..491ed61b9 100644 --- a/providers/openrouter/models/~moonshotai/kimi-latest.toml +++ b/providers/openrouter/models/~moonshotai/kimi-latest.toml @@ -10,13 +10,13 @@ structured_output = true open_weights = false [cost] -input = 0.68 -output = 3.41 -cache_read = 0.34 +input = 0.67 +output = 3.39 +cache_read = 0.14 [limit] -context = 262_142 -output = 262_142 +context = 262_144 +output = 262_144 [modalities] input = ["text", "image"]