FlashLabs Inc. (HQ: Chiyoda-ku, Tokyo; CEO: Yoichi Hosoi), the exclusive Japanese distributor for Continuum AI's products, has announced that the AI inference gateway "OrcaRouter" now officially supports OpenAI's open-source AI coding agent, "Codex CLI." This allows developers to use over 200 LLMs directly through OrcaRouter from within Codex CLI. By automatically routing coding tasks to the optimal model based on content, it can reduce AI coding costs by approximately 40% while maintaining quality.

Background and Goal

In 2026, the adoption of AI coding agents has accelerated, with their usage in GitHub repositories reaching 7.3%. Among them, OpenAI Codex CLI is a major tool, accounting for a 31.6% market share. However, by default, it is designed to connect to OpenAI's API, presenting a challenge for developers who want to utilize other high-performing models for specific tasks, such as Anthropic's Claude or Google's Gemini.

OrcaRouter's support for Codex CLI solves this problem. By simply changing the `base_url` in the Codex CLI configuration file, developers can access over 200 models with a single endpoint and API key. Furthermore, its adaptive routing feature automatically selects the best model, using fast, low-cost models for simple code completion and high-performance frontier models for complex refactoring.

Overview of the Integration

- **Pricing**: 0% token markup fee (same as provider's public price). Team plan is $499/month. - **Setup Method**: A 3-step process: change the `base_url` in `~/.codex/config.toml`, set the OrcaRouter API key as an environment variable, and specify the model name. - **Supported Protocol**: OpenAI Responses API

Value for Businesses

1. **Reduces AI development costs by ~40%**: Handles routine tasks (about 65% of the total) with low-cost, high-performance open models, and automatically assigns frontier models for complex tasks. 2. **Single access to 200+ models**: Use models from over 15 providers, including Anthropic, Google, and DeepSeek, with a single API key, eliminating the need for individual contracts. 3. **Easy adoption and rollback**: Requires only a one-line change in the configuration file, leaving existing workflows untouched.

Technical Features

OrcaRouter acts as an AI gateway between Codex CLI and LLM providers. It analyzes the prompt difficulty in under 1ms to route it to the optimal model. Routing strategies for different coding tasks can be defined in YAML. It also features mid-stream failover, which automatically switches to another provider if an issue occurs, ensuring uninterrupted sessions.

Future Plans

The company plans to release coding-specific routing templates for Codex CLI and expand integration with other AI coding tools.

Comment from the CEO

Yoichi Hosoi, CEO of FlashLabs Inc.: "Codex CLI is an indispensable tool for developers in 2026, yet many were not tapping its full potential because they were locked into OpenAI models. With this integration, developers can enjoy the freedom of model choice and cost optimization with just a three-line configuration change."

FACT BOX

  • Source: PR TIMES
  • Category: New Product
  • Organizations: Continuum AI / OpenAI / Anthropic
  • Products / services: OrcaRouter / Codex CLI