Code Integration
Use the gateway as a standard OpenAI-compatible endpoint.
Current API base URL: https://codex.miaomiaocode.com/v1
Auth
http
Authorization: Bearer codex_your_api_keyEndpoints
| Method | Path |
|---|---|
GET /v1/models | List models |
POST /v1/chat/completions | Chat Completions |
POST /v1/responses | Responses |
POST /v1/embeddings | Embeddings |
When using environment variables in SDK code, prefer OPENAI_API_KEY instead of a project-specific variable name.