Public accessCodex CLI 0.146.0 completed one live streamed run on August 11, 2026.View route status

Infer × Codex

Point Codex at an explicit model policy.

Generate the user-level provider block Codex needs for Infer’s Responses endpoint. The selector comes from Infer’s current catalog; the limitations stay on the page.

wire APIresponses
base URLinfer.flow7.org/v1
credentialINFER_API_KEY
model policyloading catalog…

Configuration generator

Choose the selector Codex should request.

The model family stays explicit. The price option changes the routing policy without changing the Responses integration.

Reading Infer’s public catalog…
Before a paid run

Verify the selected model is operational, the account email is verified, and the wallet has service credit.

Merge into~/.codex/config.toml
# Waiting for the current Infer catalog…

Merge this block with your existing user-level configuration. Do not replace unrelated settings.

Install and verify

Three deliberate steps.

  1. 01

    Save the provider at user level.

    Codex requires custom provider definitions in ~/.codex/config.toml. A project-local .codex/config.toml cannot define or override these provider keys.

  2. 02

    Set the key outside the file.

    export INFER_API_KEY="your-infer-key"

    Keep the API key in the environment. The generated block contains only the environment-variable name.

  3. 03

    Run the real agent loop.

    Test the tools, streaming events, output limits, and error paths your workload actually uses. A “hello world” response is not compatibility proof.

Domain-owned Agent Skill

Install the setup boundary, not a brochure.

The skill reads Infer’s live catalog and status before it recommends a selector. It keeps keys in the environment and stops before a paid check when the selected model is unavailable.

DO_NOT_TRACK=1 npx -y skills@1.5.22 add https://infer.flow7.org --skill infer-codex-provider -g -a codex

Open Agent Skills CLI 1.5.22 checked 2026-08-11. The command disables that CLI’s optional usage telemetry, fetches Infer’s domain-owned discovery index, and verifies the skill’s SHA-256 before installation. Inspect the index.

Verification record

What is—and is not—verified.

Checked August 11, 2026 with codex-cli 0.146.0 and the production Infer Responses endpoint.

Verifiedbase_url, env_key, and wire_api = "responses" are supported custom-provider fields.
VerifiedThe generated TOML parses in the installed Codex CLI.
Verified liveOne bounded Codex run streamed through /v1/responses, returned the requested text, completed with receipt rcpt_2fe4f132900e54b93e4c5f9a, and cost $0.004686.
Supplier boundaryThe run proves an Infer-routed model completed. The upstream supplier identity was not disclosed or attested.
Not testedThis live run did not use tools, structured output, cancellation, retries, images, or every published Infer model.
LimitationCodex’s static provider block does not add Infer’s optional relay.session_id; do not assume session affinity from this config alone.

Test one real Codex workload.

Create an account, verify the email, add service credit, and start with one bounded run.