An OpenAI-compatible endpoint in front of Model Connector: requests that need a JSON schema are routed to Codex, everything else to OpenRouter. It exists so that tools which speak only the OpenAI API can use the ecosystem routing without being rewritten.
Capabilities
- OpenAI-compatible API surface over the ecosystem router
- Routes json_schema requests to Codex, the rest to OpenRouter
- Lets unmodified third-party tools reach Model Connector
Current autonomy level
Weakest link
The routing rule is a fixed split rather than a measured choice, and it inherits every limit of the providers behind it.
Roadmap to L2
- Route on measured suitability rather than on request shape alone
- Surface per-provider failures to the caller instead of collapsing them
Links
Next step
Explore the available product and its current limits
LIVE means the project is available now; the weakest link and roadmap above state the current version’s limits.
Review the path to the target level