All Models
OpenAI

GPT-4 Turbo Preview

premium

by OpenAI

Model ID:openai/gpt-4-turbo-preview

Preview Turbo variant. Available through the llmair OpenAI-compatible API at https://api.llmair.ai/v1.

Modality
text
Price / 1M
$10.00 in
$30.00 out
Context
128K
Provider
OpenAI

Quick Start

Call openai/gpt-4-turbo-preview via the OpenAI-compatible API.

curl
curl https://api.llmair.ai/v1/chat/completions \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "openai/gpt-4-turbo-preview",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

Capabilities

Text Generation
Supported
Streaming
Supported
JSON Mode
Supported
Function Calling
Supported
System Prompts
Supported
×
Vision Input
Not supported
×
Image Generation
Not supported
×
Audio
Not supported
×
Embeddings
Not supported
Reasoning
Supported

Pricing

All prices per 1 million tokens. Pay only for what you use.

TypePrice
Input (prompt)$10.0000 / 1M
Output (completion)$30.0000 / 1M

Best For

  • Preview Turbo variant
  • Complex multi-step reasoning

Limitations

  • No image input or output
  • No native audio processing
  • No real-time internet access
  • Knowledge has a training cutoff

More from OpenAI