OpenAIPaid API
GPT-3.5 Turbo
Lightweight LLM • Released 2023-03-01 • Last Verified 2025-02-01
GPT-3.5 Turbo by OpenAI - Lightweight LLM for enterprise and developer workflows.
Context Window16k
LicenseProprietary
Deployment
Cloud Only
API AvailableYes (REST/SDK)
Benchmark Performance
MMLU70
Strengths
- •High accuracy
- •Fast inference
Limitations & Weaknesses
- •Closed source API
API Sample CodePython / REST
import openai
client = openai.OpenAI()
response = client.chat.completions.create(
model="gpt-3-5-turbo",
messages=[
{"role": "system", "content": "You are a helpful expert assistant."},
{"role": "user", "content": "Explain quantum computing in 2 sentences."}
]
)
print(response.choices[0].message.content)Pricing Overview
$0.50 / 1M in
Prices subject to provider tiers and volume discounts. Check documentation for current token rates.
Model Tags
#gpt3.5
Similar Models from OpenAI
OpenAI
Paid API
GPT-4o
Omnimodal LLM
GPT-4o by OpenAI - Omnimodal LLM for enterprise and developer workflows.
Context Window128k
MMLU88.7
Cloud Only
#flagship#omni
OpenAI
Freemium
GPT-4o mini
Lightweight LLM
GPT-4o mini by OpenAI - Lightweight LLM for enterprise and developer workflows.
Context Window128k
MMLU82
Cloud Only
#mini#fast
OpenAI
Paid API
OpenAI o3
Reasoning Model
OpenAI o3 by OpenAI - Reasoning Model for enterprise and developer workflows.
Context Window200k
AIME 202496.7
Cloud Only
#reasoning#math