From 31814e44c5cf3129fa4cb3c3433a2336210e605e Mon Sep 17 00:00:00 2001 From: FrozenArcher404 <193405421+FrozenArcher404@users.noreply.github.com> Date: Thu, 2 Jul 2026 08:55:34 +0000 Subject: [PATCH] chore(release): update dist/ artifacts --- dist/models.json | 61 +++++++++++++++++++++++++++++++++++++++++++++ dist/providers.json | 61 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 122 insertions(+) diff --git a/dist/models.json b/dist/models.json index 23b1b5a..1c2c86e 100644 --- a/dist/models.json +++ b/dist/models.json @@ -59,6 +59,21 @@ }, "provider": "opencode-zen", "provider_model_id": "claude-fable-5" + }, + { + "api_protocol": "openai", + "pricing": { + "input_tokens": { + "cache_read": 1, + "cache_write": 12.5, + "no_cache": 10 + }, + "output_tokens": { + "text": 50 + } + }, + "provider": "openrouter", + "provider_model_id": "anthropic/claude-fable-5" } ], "release_date": "2026-06-09" @@ -1958,6 +1973,20 @@ "provider": "opencode-go", "provider_model_id": "minimax-m3" }, + { + "api_protocol": "openai", + "pricing": { + "input_tokens": { + "cache_read": 0.06, + "no_cache": 0.3 + }, + "output_tokens": { + "text": 1.2 + } + }, + "provider": "opencode-zen", + "provider_model_id": "minimax-m3" + }, { "api_protocol": "openai", "pricing": { @@ -2208,6 +2237,24 @@ "requests_per_minute": 40 } }, + { + "api_protocol": "openai", + "pricing": { + "input_tokens": { + "cache_read": 0.2, + "cache_write": 0, + "no_cache": 0.95 + }, + "output_tokens": { + "text": 4 + } + }, + "provider": "ambient", + "provider_model_id": "moonshotai/kimi-k2.6", + "rate_limits": { + "requests_per_minute": 60 + } + }, { "api_protocol": "responses", "capabilities": [ @@ -2465,6 +2512,20 @@ "provider": "opencode-go", "provider_model_id": "kimi-k2.7-code" }, + { + "api_protocol": "openai", + "pricing": { + "input_tokens": { + "cache_read": 0.19, + "no_cache": 0.95 + }, + "output_tokens": { + "text": 4 + } + }, + "provider": "opencode-zen", + "provider_model_id": "kimi-k2.7-code" + }, { "api_protocol": "openai", "pricing": { diff --git a/dist/providers.json b/dist/providers.json index c884e87..7cd3a77 100644 --- a/dist/providers.json +++ b/dist/providers.json @@ -372,6 +372,24 @@ "rate_limits": { "requests_per_minute": 60 } + }, + { + "api_protocol": "openai", + "id": "moonshotai/kimi-k2.6", + "pricing": { + "input_tokens": { + "cache_read": 0.2, + "cache_write": 0, + "no_cache": 0.95 + }, + "output_tokens": { + "text": 4 + } + }, + "provider_model_id": "moonshotai/kimi-k2.6", + "rate_limits": { + "requests_per_minute": 60 + } } ], "name": "ambient", @@ -2934,6 +2952,34 @@ } }, "provider_model_id": "glm-5.2" + }, + { + "api_protocol": "openai", + "id": "moonshotai/kimi-k2.7-code", + "pricing": { + "input_tokens": { + "cache_read": 0.19, + "no_cache": 0.95 + }, + "output_tokens": { + "text": 4 + } + }, + "provider_model_id": "kimi-k2.7-code" + }, + { + "api_protocol": "openai", + "id": "minimax/minimax-m3", + "pricing": { + "input_tokens": { + "cache_read": 0.06, + "no_cache": 0.3 + }, + "output_tokens": { + "text": 1.2 + } + }, + "provider_model_id": "minimax-m3" } ], "name": "opencode-zen", @@ -3599,6 +3645,21 @@ } }, "provider_model_id": "minimax/minimax-m2.7" + }, + { + "api_protocol": "openai", + "id": "anthropic/claude-fable-5", + "pricing": { + "input_tokens": { + "cache_read": 1, + "cache_write": 12.5, + "no_cache": 10 + }, + "output_tokens": { + "text": 50 + } + }, + "provider_model_id": "anthropic/claude-fable-5" } ], "name": "openrouter",