Models/OpenAI/OpenAI: GPT-5 Codex (batch)
openai

OpenAI: GPT-5 Codex (batch)

$0.63/M input$5.00/M output
openai/gpt-5-codex:batch

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:batch",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

Modalities

Input: TextInput: ImageOutput: Text

Pricing

Input$0.63/M
Output$5.00/M

Model Info

ProviderOpenAI
IDopenai/gpt-5-codex:batch