Models/openai/gpt-5-codex
openai

gpt-5-codex

400K context$1.25/M input$10.00/M output
openai/gpt-5-codex

Description

GPT-5-Codex is a specialized version of GPT-5 optimized for software engineering and coding workflows. It is designed for both interactive development sessions and long, independent execution of complex engineering tasks....

Quick Start

curl https://router.tangle.tools/v1/chat/completions \
  -H "Authorization: Bearer $TANGLE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "openai/gpt-5-codex",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

Modalities

Input: TextInput: ImageOutput: Text

Pricing

Input$1.25/M
Output$10.00/M
Context400K tokens

Model Info

Provideropenai
IDopenai/gpt-5-codex