From b7eb1e9735833a7bf12ab92994a788fbc770f218 Mon Sep 17 00:00:00 2001 From: elbatoony <62069213+elbatoony@users.noreply.github.com> Date: Fri, 10 Jul 2026 02:53:09 +0200 Subject: [PATCH] =?UTF-8?q?feat(ovhcloud):=20add=20Qwen3.6-27B=20model=20(?= =?UTF-8?q?262K=20context,=20\$0.47/\$3.19=20pe=E2=80=A6=20(#10339)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Anthony LEBAS --- .../src/declarative/definitions/ovhcloud.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/crates/goose-providers/src/declarative/definitions/ovhcloud.json b/crates/goose-providers/src/declarative/definitions/ovhcloud.json index acd28aa8f..1fe0cc3d2 100644 --- a/crates/goose-providers/src/declarative/definitions/ovhcloud.json +++ b/crates/goose-providers/src/declarative/definitions/ovhcloud.json @@ -13,6 +13,13 @@ "output_token_cost": 0.00000025, "currency": "USD" }, + { + "name": "Qwen3.6-27B", + "context_limit": 262144, + "input_token_cost": 0.00000047, + "output_token_cost": 0.00000319, + "currency": "USD" + }, { "name": "Qwen2.5-VL-72B-Instruct", "context_limit": 32768,