diff --git a/providers/openrouter/models/mistralai/ministral-8b.toml b/providers/openrouter/models/mistralai/ministral-8b.toml new file mode 100644 index 000000000..8a460c9b7 --- /dev/null +++ b/providers/openrouter/models/mistralai/ministral-8b.toml @@ -0,0 +1,24 @@ +name = "Ministral 8B" +description = "Compact Mistral model for edge, latency-sensitive, and cost-efficient workloads" +family = "ministral" +release_date = "2024-10-17" +last_updated = "2024-10-17" +attachment = false +reasoning = false +temperature = true +tool_call = false +structured_output = true +knowledge = "2024-09-30" +open_weights = false + +[cost] +input = 0.11 +output = 0.11 + +[limit] +context = 128_000 +output = 128_000 + +[modalities] +input = ["text"] +output = ["text"] diff --git a/providers/openrouter/models/moonshotai/kimi-k2.6.toml b/providers/openrouter/models/moonshotai/kimi-k2.6.toml index 777f62be6..e9ec04585 100644 --- a/providers/openrouter/models/moonshotai/kimi-k2.6.toml +++ b/providers/openrouter/models/moonshotai/kimi-k2.6.toml @@ -5,9 +5,9 @@ reasoning_options = [] field = "reasoning_details" [cost] -input = 0.5795 -output = 2.44 -cache_read = 0.0976 +input = 0.5605 +output = 2.36 +cache_read = 0.0944 [modalities] input = ["text", "image"]