← All models
GPT Chat Latest points to OpenAI's stable API alias chat-latest that always resolves to the latest Instant chat model used in ChatGPT. 400,000 token context window, maximum output of 128,000 tokens.
chatstreamingvisionpdftoolsjson mode
Details
- Accepts
- text
- Context window
- 400K tokens
Pricing
- Input
- 625 cr / 1M tokens
- Output
- 3750 cr / 1M tokens
- Cached input
- 62.5 cr / 1M tokens
Prices in credits (1 credit = $0.01).
Data schema
approximateInput
| Field | Type | Description |
|---|---|---|
| promptrequired | string | The text prompt. |
Output
| Field | Type | Description |
|---|---|---|
| text | string | Generated text (choices[0].message.content). |