gpt-5.3-codex · OpenAI · text
GPT-5.3 Codex is OpenAI's coding-specialized model, optimized for code generation, completion, refactoring, and transpilation. With a 272K context window, it supports FIM (Fill-in-the-Middle) completion, Function Calling, and cached_input. It outperforms GPT-5.2 on coding tasks at the same price.
272K context; cached_input automatic caching (50% input); FIM completion; Function Calling; Structured Output; code execution; JSON mode; Batch API at half price.
Code generation and refactoring; multi-file editing; code transpilation; unit test generation; code review; Agent coding workflows; IDE integration.
No image generation; no native cache_write support; performance on non-coding tasks is comparable to GPT-5.2; high concurrency requires a quota increase.
Anthropic official CLI coding agent. Multi-file edits, tool use, long-context reasoning.
export ANTHROPIC_AUTH_TOKEN="YOUR_API_KEY"
export ANTHROPIC_BASE_URL="https://api.robovai.com"
export ANTHROPIC_MODEL="gpt-5.3-codex"
claude