Description
The latest GPT-4 Turbo model with vision capabilities. Vision requests can now use JSON mode and function calling. Training data: up to December 2023.
API Usage Examples
OpenAI Compatible Endpoint
Use this endpoint with any OpenAI-compatible library. Model: OpenAI: GPT-4 Turbo (openai/gpt-4-turbo)
curl https://api.ridvay.com/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer YOUR_API_KEY" -d '{
"model": "openai/gpt-4-turbo",
"messages": [
{
"role": "user",
"content": "Explain the capabilities of the OpenAI: GPT-4 Turbo model"
}
],
"temperature": 0.7,
"max_tokens": 1024
}'
Supported Modalities
- Text
- Images
API Pricing
- Input: 10$ / 1M tokens
- Output: 30$ / 1M tokens
- Image: 0.014$ / image
Token Limits
- Max Output: 4,096 tokens
- Max Context: 128,000 tokens
Subscription Tiers
- free
- pro
- ultimate