9router-chat
Installation
SKILL.md
9Router — Chat
Requires NINEROUTER_URL (and NINEROUTER_KEY if auth enabled). See https://raw.githubusercontent.com/decolua/9router/refs/heads/master/skills/9router/SKILL.md for setup.
Endpoints
POST $NINEROUTER_URL/v1/chat/completions— OpenAI formatPOST $NINEROUTER_URL/v1/messages— Anthropic format
Discover
curl $NINEROUTER_URL/v1/models | jq '.data[].id'
# Per-model metadata (contextWindow, params)
curl "$NINEROUTER_URL/v1/models/info?id=openai/gpt-4o"
Combos (e.g. vip, mycodex) auto-fallback through multiple providers.