Back to Models
GPT-4 Turbo
Activegpt-4-turboPrevious generation GPT-4
Technical Specifications
Context Length128K tokens
Max Output4K tokens
Available Providers1
Lowest Input Price$10000000.00/1M tokens
Lowest Output Price$30000000.00/1M tokens
Capabilities
chatvisioncodefunction_calling
Provider Availability & Pricing
| Provider | Provider Model ID | Input Price (per 1M tokens) | Output Price (per 1M tokens) | Status |
|---|---|---|---|---|
OpenAI | gpt-4-turbo-2024-04-09 | $10000000.00 | $30000000.00 | active |
Code Examples
curl https://api.tokligence.ai/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"model": "gpt-4-turbo",
"messages": [
{
"role": "user",
"content": "Hello, how are you?"
}
],
"max_tokens": 1024
}'Ready to use GPT-4 Turbo?
Try it out in our interactive playground or integrate it into your application with just a few lines of code.