Models/openai/OpenAI: GPT-4 Turbo Preview
openai

OpenAI: GPT-4 Turbo Preview

128K context$10.00/M input$30.00/M output
openai/gpt-4-turbo-preview

Description

The preview GPT-4 model with improved instruction following, JSON mode, reproducible outputs, parallel function calling, and more. Training data: up to Dec 2023. **Note:** heavily rate limited by OpenAI while...

Quick Start

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

Modalities

Input: TextOutput: Text

Pricing

Input$10.00/M
Output$30.00/M
Context128K tokens

Model Info

Provideropenai
IDopenai/gpt-4-turbo-preview