mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-17 12:42:21 +03:00
Kiro announced its first OpenAI-family models on 2026-07-14 (kiro.dev/changelog/models): GPT-5.6 Sol (flagship), Terra (balanced mid-tier) and Luna (fastest/cheapest), all sharing a 272k context window. Registers the three base model ids in the kiro provider registry with contextLength/maxOutputTokens so getResolvedModelCapabilities() resolves the real 272k window instead of falling back to the generic default. OmniRoute derives the thinking/agentic synthetic variants and per-account rate multipliers dynamically at discovery time (open-sse/services/kiroModels.ts), so only the three base entries need static registration here. Co-authored-by: Edison42 <gn00742754@gmail.com> Inspired-by: https://github.com/decolua/9router/pull/2596