All Models
OpenAI deprecated

GPT-3.5 Turbo

openai/gpt-3.5-turbo

Deprecated. Legacy model for cheaper chat tasks. Consider migrating to GPT-4o Mini or newer.

Specifications

Context Window 16.4K tokens
Max Output 4.1K tokens
Latency fast
Knowledge Cutoff Sep 2021
Training Data Sep 2021

Pricing

Input $0.50 per 1M tokens
Output $1.50 per 1M tokens

Capabilities

text Text generation and understanding

API Identifiers

Model ID openai/gpt-3.5-turbo
Provider API ID gpt-3.5-turbo

Usage via Multi-Router

curl https://api.multi-router.ai/v1/chat/completions \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -H "x-mr-router-id: YOUR_ROUTER_ID" \
  -d '{
    "model": "openai/gpt-3.5-turbo",
    "messages": [
      {"role": "user", "content": "Hello!"}
    ]
  }'