openai/gpt-3.5-turbo-1106

openai/gpt-3.5-turbo-1106
ToolsJSON
by openai

OpenAI's gpt-3.5-turbo-1106 via OrcaRouter: 16K context, 46.2 MMLU-Pro, $1/$2 per 1M tokens, zero-markup pricing.

Max output4.1K
Inputtext
p50 TTFT1.82 s
INPUT$1.00/ 1M tokens
OUTPUT$2.00/ 1M tokens
p50 TTFT1.82 s7d
p95 TTFT5.00 s7d
TRAFFIC60.0Ktokens / 7d

gpt-3.5-turbo-1106 is a specific snapshot of OpenAI's GPT-3.5 Turbo model, made available in November 2023. It is a text-only model, meaning it accepts and generates only text inputs and outputs, not…

What is gpt-3.5-turbo-1106?

Who should use this model?

What are the key technical specifications?

How do I access it through OrcaRouter?

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-1106",
    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$1.00
Output / 1M tokens$2.00
CurrencyUSD

Cost calculator

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

Estimate based on list price

Token & cost estimator

Input tokens: 20Cost per request: $0.001020

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

Performance

p50 TTFT
1.82 s
Output speed
135 tok/s
p95 TTFT
5.00 s
Error rate
0%

Public benchmarks

10.7
AA Coding
Better than 2% of models compared
#101 of 106
9.0
AA Intelligence
Better than 0% of models compared
#107 of 110
GPQA Diamond
29.7
MATH-500
44.1
MMLU-Pro
46.2
Source: artificialanalysis.ai

How it compares

openai/gpt-3.5-turbo-1106GPT-5.2 ProGPT-5.4 ProGPT-5.5
Input $/M$1.00$21.00$60.00$5.00
Output $/M$2.00$168.00$270.00$30.00
Context400K1.1M
Quality2/1010/1010/1010/10
Compare side-by-sideCompare side-by-sideCompare side-by-sideCompare side-by-side

FAQ

What is the cost per token for openai/gpt-3.5-turbo-1106 on OrcaRouter?
Pricing is $1.00 per 1 million input tokens and $2.00 per 1 million output tokens, billed at the provider rate with zero markup.
What is the context window and maximum output length?
The model has a context window of 16,384 tokens and a maximum output length of 4,096 tokens.
What are the main strengths of this model?
Strengths include low cost, high throughput, low latency, support for function calling, and reliable performance on general text tasks.
How does it compare to GPT-4?
GPT-4 is more capable in reasoning and factuality and supports multimodal inputs, but is 10-30x more expensive per token. gpt-3.5-turbo-1106 is better for cost-sensitive, text-only applications.
How does OrcaRouter handle data sent to this model?
Data is passed to OpenAI for processing according to OpenAI's data usage policies. OrcaRouter does not store or train on your data.
How do I call this model using an OpenAI-compatible API?
Set your API client's base URL to https://api.orcarouter.ai/v1 and use model ID 'openai/gpt-3.5-turbo-1106'. Use your OrcaRouter API key. All standard OpenAI parameters are supported.
Is the model fine-tunable through OrcaRouter?
No, OrcaRouter does not offer fine-tuning for this model. It is only available for API inference.
What is the knowledge cutoff date for this snapshot?
The knowledge cutoff for gpt-3.5-turbo-1106 is January 2023, as publicly documented by OpenAI.

Embed this badge

openai/gpt-3.5-turbo-1106$1.00/M in1818ms p50via OrcaRouter
HTML <a href="https://www.orcarouter.ai/models/openai/gpt-3.5-turbo-1106" target="_blank"> <img src="https://www.orcarouter.ai/embed/openai/gpt-3.5-turbo-1106.svg" alt="openai/gpt-3.5-turbo-1106 on OrcaRouter" /> </a>
Markdown [![openai/gpt-3.5-turbo-1106](https://www.orcarouter.ai/embed/openai/gpt-3.5-turbo-1106.svg)](https://www.orcarouter.ai/models/openai/gpt-3.5-turbo-1106)

Model card as data

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