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...
API Usage Examples
OpenAI Compatible Endpoint
Use this endpoint with any OpenAI-compatible library. Model: OpenAI: GPT Chat Latest (openai/gpt-chat-latest)
curl https://api.ridvay.com/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer YOUR_API_KEY" -d '{
"model": "openai/gpt-chat-latest",
"messages": [
{
"role": "user",
"content": "Explain the capabilities of the OpenAI: GPT Chat Latest model"
}
],
"temperature": 0.7,
"max_tokens": 1024
}'Supported Modalities
- Text
- Images
API Pricing
- Input: 5$ / 1M tokens
- Output: 30$ / 1M tokens
Token Limits
- Max Output: 128,000 tokens
- Max Context: 400,000 tokens
Subscription Tiers
- free
- pro
- ultimate