Models/OpenAI/gpt-5-chat-latest
openai

gpt-5-chat-latest

$1.25/M input$10.00/M output
openai/gpt-5-chat-latest

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

Modalities

Input: TextInput: ImageOutput: Text

Pricing

Input$1.25/M
Output$10.00/M

Model Info

ProviderOpenAI
IDopenai/gpt-5-chat-latest