Simplify config to v0.3.0 format, remove explicit Arch-Router entry

Arch-Router is implicit when routing_preferences are defined.
Aligns with the preference_based_routing demo pattern.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Adil Hafeez 2026-02-17 03:27:05 -08:00
parent 8729369058
commit ee6a868afd
No known key found for this signature in database
GPG key ID: 9B18EF7691369645

View file

@ -1,22 +1,11 @@
version: v0.1.0
routing:
model: Arch-Router
llm_provider: arch-router
version: v0.3.0
listeners:
egress_traffic:
address: 0.0.0.0
- type: model
name: model_listener
port: 12000
message_format: openai
timeout: 30s
llm_providers:
# Arch Router - the 1.5B preference-aligned routing model (runs locally via Ollama)
- name: arch-router
model: arch/hf.co/katanemo/Arch-Router-1.5B.gguf:Q4_K_M
base_url: http://host.docker.internal:11434
model_providers:
# Kimi K2.5 — Moonshot AI's open model (1T MoE, 32B active params)
# Great for general conversation, agentic tasks, and multimodal work