feat: add glm-4.7-flash and qwen3.5 models with provider routes and pricing

This commit is contained in:
Ray Andrew 2026-02-18 00:36:08 -06:00
parent ba8cfb4fa2
commit 01594f3d95
Signed by: rayandrew
SSH key fingerprint: SHA256:EUCV+qCSqkap8rR+p+zGjxHfKI06G0GJKgo1DIOniQY

View file

@ -252,6 +252,15 @@ models:
model: "mistralai/devstral-medium"
# ═══ TIER 6: GLM ═══
- name: "glm-4.7-flash"
routes:
- provider: deepinfra
model: "zai-org/GLM-4.7-Flash"
pricing: { input: 0.06, output: 0.40 }
- provider: openrouter
model: "z-ai/glm-4.7-flash"
pricing: { input: 0.06, output: 0.40 }
- name: "glm-4.6"
routes:
- provider: ollama-cloud
@ -304,9 +313,28 @@ models:
- provider: openrouter
model: "moonshotai/kimi-k2.5"
# ═══ TIER 8: SiliconFlow (Qwen) ═══
# ═══ TIER 8: Qwen ═══
- name: "qwen3.5"
routes:
- provider: ollama-cloud
model: "qwen3.5:cloud"
# - provider: openrouter
# model: "qwen/qwen3.5-397b-a17b"
# pricing: { input: 0.60, output: 3.60 }
- name: "qwen3-coder"
routes:
- provider: ollama-cloud
model: "qwen3-coder:480b-cloud"
- provider: deepinfra
model: "Qwen/Qwen3-Coder-480B-A35B-Instruct"
pricing: { input: 0.22, output: 1.00 }
- provider: openrouter
model: "qwen/qwen3-coder"
pricing: { input: 0.22, output: 1.00 }
- provider: cerebras
model: "qwen3-coder-480b"
pricing: { input: 2.00, output: 2.00 }
- provider: siliconflow
model: "Qwen/Qwen3-Coder-480B-A35B-Instruct"
pricing: { input: 1.14, output: 2.28 }