feat: add glm-4.7-flash and qwen3.5 models with provider routes and pricing
This commit is contained in:
parent
ba8cfb4fa2
commit
01594f3d95
1 changed files with 29 additions and 1 deletions
30
janus.yaml
30
janus.yaml
|
|
@ -252,6 +252,15 @@ models:
|
||||||
model: "mistralai/devstral-medium"
|
model: "mistralai/devstral-medium"
|
||||||
|
|
||||||
# ═══ TIER 6: GLM ═══
|
# ═══ 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"
|
- name: "glm-4.6"
|
||||||
routes:
|
routes:
|
||||||
- provider: ollama-cloud
|
- provider: ollama-cloud
|
||||||
|
|
@ -304,9 +313,28 @@ models:
|
||||||
- provider: openrouter
|
- provider: openrouter
|
||||||
model: "moonshotai/kimi-k2.5"
|
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"
|
- name: "qwen3-coder"
|
||||||
routes:
|
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
|
- provider: siliconflow
|
||||||
model: "Qwen/Qwen3-Coder-480B-A35B-Instruct"
|
model: "Qwen/Qwen3-Coder-480B-A35B-Instruct"
|
||||||
pricing: { input: 1.14, output: 2.28 }
|
pricing: { input: 1.14, output: 2.28 }
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue