TokenRoute handles all eight Track 1 categories (factual, math, sentiment, summarization, NER, code debugging, logic, code generation). A deterministic local classifier assigns each task a category with no API call, then a per-category policy selects a Fireworks model and a tight output cap: Gemma-4-26B-MoE for easy tasks, Gemma-4-31B for math and logic, Kimi-K2.7-Code for code, and MiniMax-M3 as a last-resort escalation. Token efficiency comes from terse system prompts, capped completions, a single call per task, and zero-token local classification. The agent is containerized for linux/amd64, reads ALLOWED_MODELS, FIREWORKS_API_KEY, and FIREWORKS_BASE_URL from the environment at runtime, and runs deterministically at temperature 0.
Category tags: