GPT-3.5 Turbo 16k

openai/gpt-3.5-turbo-16k
ToolsJSON
by OpenAI · 2023-08-28

This model offers four times the context length of gpt-3.5-turbo, allowing it to support approximately 20 pages of text in a single request at a higher cost. Training data: up...

ctx16.4K tokens
Max output4.1K
Inputtext
Outputtext
p50 TTFT2.00 s
INPUT$3.00/ 1M tokens
OUTPUT$4.00/ 1M tokens
p50 TTFT2.00 s7d
p95 TTFT3.63 s7d
TRAFFIC16.8Ktokens / 7d

GPT-3.5 Turbo 16k is an extended‑context version of OpenAI’s GPT-3.5 Turbo model, originally released to support tasks that require processing larger amounts of text without splitting. Its context…

What is GPT-3.5 Turbo 16k?

Who is this model for?

What are the key specifications?

How does OrcaRouter provide access?

Code samples

Call from any SDK

OpenAI-compatible — keep the SDK you already use

  • OpenAI SDKhttps://api.orcarouter.ai/v1
from openai import OpenAI

client = OpenAI(
    base_url="https://api.orcarouter.ai/v1",
    api_key="$ORCAROUTER_API_KEY",
)

response = client.chat.completions.create(
    model="openai/gpt-3.5-turbo-16k",
    messages=[{"role": "user", "content": "Hello"}],
)
print(response.choices[0].message.content)

Supported parameters

  • frequency_penalty
  • logit_bias
  • logprobs
  • max_tokens
  • presence_penalty
  • response_format
  • seed
  • stop
  • stream
  • temperature
  • tool_choice
  • tools
  • top_logprobs
  • top_p

Pricing

Input / 1M tokens$3.00
Output / 1M tokens$4.00
CurrencyUSD

Cost calculator

Tokens / month10MM
Input share70%%
Estimated / month $33.00

Estimate based on list price

Token & cost estimator

Input tokens: 20Cost per request: $0.002060

Estimate only — actual token counts depend on the provider's tokenizer.

Performance

p50 TTFT
2.00 s
Output speed
238 tok/s
p95 TTFT
3.63 s
Error rate
0%

Public benchmarks

10.7
AA Coding
Better than 2% of models compared
#118 of 123
3.6
AA Intelligence
Better than 0% of models compared
#122 of 125
GPQA Diamond
29.7
MATH-500
44.1
MMLU-Pro
46.2
Source: artificialanalysis.ai

How it compares

GPT-3.5 Turbo 16kGPT-5.2 ProGPT-5.4 ProGPT-5.5
Input $/M$3.00$21.00$60.00$5.00
Output $/M$4.00$168.00$270.00$30.00
Context16K400K1.1M
Quality2/1010/1010/1010/10
Compare side-by-sideCompare side-by-sideCompare side-by-sideCompare side-by-side

FAQ

What is the cost of GPT-3.5 Turbo 16k on OrcaRouter?
The cost is $3.00 per 1M input tokens and $4.00 per 1M output tokens, billed at the exact OpenAI provider rate with zero markup. There are no additional platform fees.
What is the context window size?
The model supports a context window of 16,385 tokens and a maximum output of 4,096 tokens. It handles text input only.
What are the strengths of this model compared to GPT-3.5 Turbo 4k?
The main strength is its 16k context, allowing you to process longer documents or conversations in a single request without splitting. Performance on benchmarks is slightly better as well: 46.2 on MMLU‑Pro versus about 43 on standard MMLU for the 4k variant.
How does it compare to GPT-4?
GPT-3.5 Turbo 16k is far less capable on reasoning, factual accuracy, and nuanced tasks. GPT‑4 scores >80 on MMLU and handles complex logic better, but is 10‑20x more expensive and slower. Use GPT-3.5 Turbo 16k when extended context is needed but advanced reasoning is not.
How does OrcaRouter handle my data when I use this model?
OrcaRouter acts as a proxy: it forwards your API request to OpenAI and returns the response. It does not store or log prompt contents beyond transient request handling. For detailed data handling, refer to OrcaRouter’s privacy policy and OpenAI’s data usage terms.
How do I call this model using an OpenAI-compatible API?
Set your base URL to https://api.orcarouter.ai/v1 and use the model ID "openai/gpt-3.5-turbo-16k". All other chat‑completion parameters (messages, temperature, max_tokens, etc.) work identically to the OpenAI API.
What if I exceed the 16,384‑token limit?
OrcaRouter will return an error indicating that the combined prompt and completion tokens exceed the model's context window. You need to shorten the input, reduce max_tokens, or split the request into multiple calls.
Can I use streaming with this model?
Yes, set the stream parameter to true in your request. OrcaRouter will stream tokens back as data events, following the same format as the OpenAI streaming API.
Is there any minimum spend or commitment?
No. You pay only for tokens used. There are no subscription fees, minimum monthly commitments, or volume discounts. The pricing is strictly pay‑as‑you‑go.

Embed this badge

OpenAI: GPT-3.5 Turbo 16k$3.00/M in2000ms p50via OrcaRouter
HTML <a href="https://www.orcarouter.ai/models/openai/gpt-3.5-turbo-16k" target="_blank"> <img src="https://www.orcarouter.ai/embed/openai/gpt-3.5-turbo-16k.svg" alt="OpenAI: GPT-3.5 Turbo 16k on OrcaRouter" /> </a>
Markdown [![OpenAI: GPT-3.5 Turbo 16k](https://www.orcarouter.ai/embed/openai/gpt-3.5-turbo-16k.svg)](https://www.orcarouter.ai/models/openai/gpt-3.5-turbo-16k)

Model card as data

GET /api/public/models/openai/gpt-3.5-turbo-16kOpen
Machine-readable:/llms.txt/llms-full.txt