Tools
openai

GPT 3

openai/gpt-3.5-turbo

GPT-3.5 Turbo is OpenAI's fast, cost-effective model for chat and traditional completion tasks. It understands and generates natural language and code, with training data through September 2021.

Tool callingStructured output
Context
16K
16,000 tokens
Max output
2K
2,000 tokens
Input price
$0.50
500 Gold Karma / 1M
Output price
$1.50
1,500 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-3.5-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