OpenAI: GPT Chat Latest
🧠 AI Modelopenai
OpenAI's stable API alias pointing to the latest ChatGPT Instant model.
GPT Chat Latest is a stable API endpoint (`chat-latest`) from OpenAI that dynamically points to the newest Instant chat model used in ChatGPT. As OpenAI rolls out updates, this alias ensures users always access the latest capabilities without manual model selection. It supports a context length of 400,000 tokens, enabling long-form conversations and document analysis. Input modalities include text, images, and files, while output is text. Features include frequency_penalty, logit_bias, logprobs, max_tokens, presence_penalty, response_format, seed, and stop. Pricing is $5.00 per million input tokens and $30.00 per million output tokens, making it suitable for high-throughput applications.
💡Highlights
- ├─400K context tokens
- ├─Text/image/file input
- └─$5/$30 per M tokens
🎯For
- ├─Developers
- ├─Researchers
- └─Chatbot Builders