diff --git a/providers/aihubmix/models/coding-glm-4.7-free.toml b/providers/aihubmix/models/coding-glm-4.7-free.toml index 9a5f69cf3..5a69cd80d 100644 --- a/providers/aihubmix/models/coding-glm-4.7-free.toml +++ b/providers/aihubmix/models/coding-glm-4.7-free.toml @@ -1,4 +1,5 @@ -name = "Coding GLM-4.7 Free" +name = "Coding GLM 4.7 Free" +family = "glm-4.7" release_date = "2025-12-22" last_updated = "2025-12-22" attachment = false diff --git a/providers/aihubmix/models/minimax-m2.1-free.toml b/providers/aihubmix/models/coding-minimax-m2.1-free.toml similarity index 84% rename from providers/aihubmix/models/minimax-m2.1-free.toml rename to providers/aihubmix/models/coding-minimax-m2.1-free.toml index 709ebae9d..9f040acc6 100644 --- a/providers/aihubmix/models/minimax-m2.1-free.toml +++ b/providers/aihubmix/models/coding-minimax-m2.1-free.toml @@ -1,4 +1,4 @@ -name = "MiniMax M2.1 Free" +name = "Coding MiniMax M2.1 Free" family = "minimax" attachment = false reasoning = true @@ -12,8 +12,8 @@ open_weights = true field = "reasoning_details" [cost] -input = 0 -output = 0 +input = 0.0 +output = 0.0 [limit] context = 204_800 diff --git a/providers/aihubmix/models/deepseek-v3.2-fast.toml b/providers/aihubmix/models/deepseek-v3.2-fast.toml new file mode 100644 index 000000000..0d7c486e0 --- /dev/null +++ b/providers/aihubmix/models/deepseek-v3.2-fast.toml @@ -0,0 +1,21 @@ +name = "DeepSeek-V3.2-Fast" +family = "deepseek-v3" +release_date = "2025-12-01" +last_updated = "2025-12-01" +attachment = false +reasoning = false +knowledge = "2024-07" +tool_call = false +open_weights = true + +[cost] +input = 1.10 +output = 3.29 + +[limit] +context = 128_000 +output = 128_000 + +[modalities] +input = ["text"] +output = ["text"] diff --git a/providers/aihubmix/models/deepseek-v3.2-speciale.toml b/providers/aihubmix/models/deepseek-v3.2-speciale.toml new file mode 100644 index 000000000..a7dd532db --- /dev/null +++ b/providers/aihubmix/models/deepseek-v3.2-speciale.toml @@ -0,0 +1,23 @@ +name = "DeepSeek V3.2 Speciale" +family = "deepseek-v3" +release_date = "2025-12-01" +last_updated = "2025-12-01" +attachment = false +reasoning = true +temperature = true +knowledge = "2024-07" +tool_call = true +open_weights = true + +[cost] +input = 0.58 +output = 1.68 + +[limit] +context = 128_000 +output = 128_000 + +[modalities] +input = ["text"] +output = ["text"] + diff --git a/providers/aihubmix/models/gpt-4o-2024-11-20.toml b/providers/aihubmix/models/gpt-4o-2024-11-20.toml deleted file mode 100644 index 3f8ebf6d3..000000000 --- a/providers/aihubmix/models/gpt-4o-2024-11-20.toml +++ /dev/null @@ -1,23 +0,0 @@ -name = "GPT-4o (2024-11-20)" -family = "gpt-4o" -release_date = "2024-11-20" -last_updated = "2024-11-20" -attachment = true -reasoning = false -temperature = true -knowledge = "2023-09" -tool_call = true -open_weights = false - -[cost] -input = 2.50 -output = 10.00 -cache_read = 1.25 - -[limit] -context = 128_000 -output = 16_384 - -[modalities] -input = ["text", "image"] -output = ["text"] diff --git a/providers/aihubmix/models/kimi-k2-thinking b/providers/aihubmix/models/kimi-k2-thinking new file mode 100644 index 000000000..af54a6ef2 --- /dev/null +++ b/providers/aihubmix/models/kimi-k2-thinking @@ -0,0 +1,23 @@ +name = "Kimi-K2-Thinking" +family = "kimi-k2" +release_date = "2025-11-06" +last_updated = "2025-11-06" +attachment = false +reasoning = true +temperature = true +knowledge = "2025-11" +tool_call = true +open_weights = true + +[cost] +input = 0.55 +output = 2.19 +cache_read = 0.14 + +[limit] +context = 128_000 +output = 64_000 + +[modalities] +input = ["text"] +output = ["text"]