Models/OpenAI/OpenAI: GPT Chat Latest
openai

OpenAI: GPT Chat Latest

400K context$5.00/M input$30.00/M output
openai/gpt-chat-latest

Description

GPT Chat Latest points to OpenAI's stable API alias `chat-latest` that always resolves to the latest Instant chat model used in ChatGPT. As OpenAI rolls out new Instant model updates...

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

Modalities

Input: TextInput: ImageInput: FileOutput: Text

Pricing

Input$5.00/M
Output$30.00/M
Context400K tokens

Model Info

ProviderOpenAI
IDopenai/gpt-chat-latest