ARCANADA
← Autonomy / Arcanada LLM Proxy
LIVE L1 · target L2

Arcanada LLM Proxy

OpenAI-compatible shim over Model Connector.

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

L1
What levels mean →

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

  1. Route on measured suitability rather than on request shape alone
  2. 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