Models / openai

GPT-3.5 Turbo

openai/gpt-3.5-turbo

GPT-3.5 Turbo is a openai model available through the JACKZ.AI unified API. It accepts text input and returns text, with a 16K tokens context window. Billing is per token at the list prices below, aligned with OpenRouter public pricing.

Context window

16K tokens

Input price

$0.50 / 1M tokens

Output price

$1.50 / 1M tokens

Provider

openai

Call it now

cURL
curl https://api.jackz.ai/v1/chat/completions \
  -H "Authorization: Bearer $JACKZ_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "openai/gpt-3.5-turbo",
    "messages": [{"role": "user", "content": "Hello"}]
  }'

One key works for every model in the catalog — see the quickstart.