openaiVision
OpenAI: GPT Chat Latest
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...
Context
400k tokens
Input / 1M tokens
$5
Output / 1M tokens
$30
Benchmark
—
Pricing
Input tokens$5 per 1M tokens
Output tokens$30 per 1M tokens
Cache read$0.50 per 1M tokens
Technical details
Model IDopenai/gpt-chat-latest
Context window400k tokens
Input modalitiestext, image, file, pdf
Output modalitiestext
TokenizerGPT
Max output tokens128,000
Use with MegaBrain
import OpenAI from 'openai'
const client = new OpenAI({
baseURL: 'https://getmegabrain.com/api/gateway/v1',
apiKey: process.env.MEGABRAIN_API_KEY,
})
const response = await client.chat.completions.create({
model: 'openai/gpt-chat-latest',
messages: [{ role: 'user', content: 'Hello!' }],
})Ready to use OpenAI: GPT Chat Latest?
Get an API key and start making requests in minutes.
Get an API key