Skip to content

docs: add Atomic Chat local provider setup guide #30244

Description

@yanalialiuk

Proposal

Document using Atomic Chat as a custom OpenAI-compatible provider in ~/.codex/config.toml.

Draft docs branch: https://github.com/yanalialiuk/codex/tree/docs/atomic-chat-integration

model_provider = "atomic-chat"
model = "<model-id-from-/v1/models>"

[model_providers.atomic-chat]
name = "Atomic Chat"
base_url = "http://127.0.0.1:1337/v1"
wire_api = "chat"
env_key = "ATOMIC_CHAT_API_KEY"
export ATOMIC_CHAT_API_KEY=atomic-chat-local

Compare / open PR: main...yanalialiuk:codex:docs/atomic-chat-integration

Works with Codex CLI and the desktop app (same config file).

Metadata

Metadata

Assignees

No one assigned

    Labels

    CLIIssues related to the Codex CLIappIssues related to the Codex desktop appconfigIssues involving config.toml, config keys, config merging, or config updatescustom-modelIssues related to custom model providers (including local models)documentationImprovements or additions to documentation

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions