From 7bf70fb92b8c2fd4e1ae0b714f07d864109da9d0 Mon Sep 17 00:00:00 2001 From: MathieuBsqt Date: Fri, 30 Jan 2026 15:41:36 +0100 Subject: [PATCH] Update OVHcloud AI Endpoints models --- .../models/deepseek-r1-distill-llama-70b.toml | 21 ------------------- .../models/mixtral-8x7b-instruct-v0.1.toml | 21 ------------------- .../models/qwen2.5-coder-32b-instruct.toml | 21 ------------------- 3 files changed, 63 deletions(-) delete mode 100644 providers/ovhcloud/models/deepseek-r1-distill-llama-70b.toml delete mode 100644 providers/ovhcloud/models/mixtral-8x7b-instruct-v0.1.toml delete mode 100644 providers/ovhcloud/models/qwen2.5-coder-32b-instruct.toml diff --git a/providers/ovhcloud/models/deepseek-r1-distill-llama-70b.toml b/providers/ovhcloud/models/deepseek-r1-distill-llama-70b.toml deleted file mode 100644 index 82e43fd47..000000000 --- a/providers/ovhcloud/models/deepseek-r1-distill-llama-70b.toml +++ /dev/null @@ -1,21 +0,0 @@ -name = "DeepSeek-R1-Distill-Llama-70B" -release_date = "2025-01-30" -last_updated = "2025-01-30" -attachment = false -reasoning = true -tool_call = true -structured_output = true -temperature = true -open_weights = true - -[cost] -input = 0.74 -output = 0.74 - -[limit] -context = 131_072 -output = 131_072 - -[modalities] -input = ["text"] -output = ["text"] diff --git a/providers/ovhcloud/models/mixtral-8x7b-instruct-v0.1.toml b/providers/ovhcloud/models/mixtral-8x7b-instruct-v0.1.toml deleted file mode 100644 index 69e97cd85..000000000 --- a/providers/ovhcloud/models/mixtral-8x7b-instruct-v0.1.toml +++ /dev/null @@ -1,21 +0,0 @@ -name = "Mixtral-8x7B-Instruct-v0.1" -release_date = "2025-04-01" -last_updated = "2025-04-01" -attachment = false -reasoning = false -tool_call = false -structured_output = true -temperature = true -open_weights = true - -[cost] -input = 0.70 -output = 0.70 - -[limit] -context = 32_768 -output = 32_768 - -[modalities] -input = ["text"] -output = ["text"] diff --git a/providers/ovhcloud/models/qwen2.5-coder-32b-instruct.toml b/providers/ovhcloud/models/qwen2.5-coder-32b-instruct.toml deleted file mode 100644 index c1f8c6067..000000000 --- a/providers/ovhcloud/models/qwen2.5-coder-32b-instruct.toml +++ /dev/null @@ -1,21 +0,0 @@ -name = "Qwen2.5-Coder-32B-Instruct" -release_date = "2025-03-24" -last_updated = "2025-03-24" -attachment = false -reasoning = false -tool_call = false -structured_output = true -temperature = true -open_weights = true - -[cost] -input = 0.96 -output = 0.96 - -[limit] -context = 32_768 -output = 32_768 - -[modalities] -input = ["text"] -output = ["text"]