Skip to content

Commit 58fe878

Browse files
committed
feat: add descriptions for 5 new models from router
Add Qwen3.5-9B, tiny-aya-global, tiny-aya-earth, tiny-aya-fire, and tiny-aya-water to prod.yaml and dev.yaml MODELS arrays. https://claude.ai/code/session_01Cv3ZqNWtFJ9dSbeobd1zLX
1 parent 46b7488 commit 58fe878

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

chart/env/dev.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@ envVars:
7979
PUBLIC_LLM_ROUTER_ALIAS_ID: "omni"
8080
MODELS: >
8181
[
82+
{ "id": "Qwen/Qwen3.5-9B", "description": "Dense multimodal hybrid with 262K context excelling at reasoning on-device." },
83+
{ "id": "CohereLabs/tiny-aya-global", "description": "Tiny multilingual assistant covering 70+ languages for on-device deployment." },
84+
{ "id": "CohereLabs/tiny-aya-earth", "description": "Regional Aya for African languages with culturally tuned on-device inference." },
85+
{ "id": "CohereLabs/tiny-aya-fire", "description": "Regional Aya for South Asian languages with culturally tuned on-device inference." },
86+
{ "id": "CohereLabs/tiny-aya-water", "description": "Regional Aya for Asia-Pacific and European multilingual on-device tasks." },
8287
{ "id": "Qwen/Qwen3.5-122B-A10B", "description": "Multimodal MoE excelling at agentic tool use with 1M context and 201 languages." },
8388
{ "id": "Qwen/Qwen3.5-35B-A3B", "description": "Compact multimodal MoE with hybrid DeltaNet, 1M context, and 201 languages." },
8489
{ "id": "Qwen/Qwen3.5-27B", "description": "Dense multimodal hybrid with top-tier reasoning density and 1M context." },

chart/env/prod.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,11 @@ envVars:
8989
PUBLIC_LLM_ROUTER_ALIAS_ID: "omni"
9090
MODELS: >
9191
[
92+
{ "id": "Qwen/Qwen3.5-9B", "description": "Dense multimodal hybrid with 262K context excelling at reasoning on-device." },
93+
{ "id": "CohereLabs/tiny-aya-global", "description": "Tiny multilingual assistant covering 70+ languages for on-device deployment." },
94+
{ "id": "CohereLabs/tiny-aya-earth", "description": "Regional Aya for African languages with culturally tuned on-device inference." },
95+
{ "id": "CohereLabs/tiny-aya-fire", "description": "Regional Aya for South Asian languages with culturally tuned on-device inference." },
96+
{ "id": "CohereLabs/tiny-aya-water", "description": "Regional Aya for Asia-Pacific and European multilingual on-device tasks." },
9297
{ "id": "Qwen/Qwen3.5-122B-A10B", "description": "Multimodal MoE excelling at agentic tool use with 1M context and 201 languages." },
9398
{ "id": "Qwen/Qwen3.5-35B-A3B", "description": "Compact multimodal MoE with hybrid DeltaNet, 1M context, and 201 languages." },
9499
{ "id": "Qwen/Qwen3.5-27B", "description": "Dense multimodal hybrid with top-tier reasoning density and 1M context." },

0 commit comments

Comments
 (0)