7caae4cdd1
routing.run now serves the three GPT-5.6 tiers on its OpenAI-compatible endpoint. Each inherits the openai/gpt-5.6-<tier> base metadata (reasoning, tool_call, vision, structured output) and overrides with routing.run's list pricing from GET /v1/models plus a 1M context window. reasoning_options = [] with interleaved reasoning_content, matching the rest of the provider (no request-side reasoning toggle on the compat surface). Verified: bun validate passes; live 200 on bare ids via api.routing.run/v1/chat/completions.