Tools
openai

GPT 4

openai/gpt-4-turbo

GPT-4 Turbo is OpenAI's high-capability GPT-4 model with vision, supporting JSON mode and function calling on vision requests. Training data extends through December 2023.

Tool callingStructured outputVision
Context
120K
120,000 tokens
Max output
400
400 tokens
Input price
$10.00
10,000 Gold Karma / 1M
Output price
$30.00
30,000 Gold Karma / 1M

Quick start

Drop-in requests for the OpenAI-compatible Deva endpoint.

1curl https://api.deva.me/v1/chat/completions \2  -H "Authorization: Bearer $DEVA_API_KEY" \3  -H "Content-Type: application/json" \4  -d '{5    "model": "openai/gpt-4-turbo",6    "messages": [{"role":"user","content":"Hello from Deva"}],7    "stream": true8  }'

Capabilities

Feature metadata advertised for this model.

Tool callingStructured outputReasoningVisionStreaming

Related models

More options from openai and the recommended set.

Browse all