Skip to content
GPT-3.5 Turbo (older v0613) logo

GPT-3.5 Turbo (older v0613)

Verified

Efficient chat model for general text and conversation tasks.

OpenAILanguage ModelsClosed
Model page
Updated 2026-06-15

About GPT-3.5 Turbo (older v0613)

This version belongs to the GPT-3.5 series and uses a transformer architecture optimized for dialogue. OpenAI trained it on large text datasets before applying reinforcement learning from human feedback. The weights remain proprietary and access occurs only through hosted endpoints.

It handles instruction following and multi-turn conversations with lower latency than earlier GPT-3 variants. The 4095-token limit suits shorter documents and exchanges while keeping costs modest. Users commonly integrate it into customer support bots, content drafting tools, and simple question-answering systems.

Capabilities

Conversational responses
Text summarization
Basic code generation
Instruction following
Question answering
Creative writing

How GPT-3.5 Turbo (older v0613) compares

GPT-3.5 Turbo (older v0613) (striped bar) vs other language models on intelligence, speed and price.

Price

USD per 1M output tokens · Lower is better · GPT-3.5 Turbo (older v0613) ranks #108 of 141

$1.8
GLM 4.7
$1.8
Qwen3 Coder 480B A35B
$1.8
Qwen3 235B A22B
$1.9
Morph V3 Large
$1.9
GLM 5
$2.0
GPT-3.5 Turbo Instruct
$2.0
GPT-3.5 Turbo
$2.1
R1 0528
$2.2
MiniMax M1
$2.2
GLM 4.5
$2.3
Kimi K2 0711
$2.5
Nemotron 3 Ultra
$2.5
Kimi K2 0905

Sources: Artificial Analysis (intelligence, speed) · OpenRouter (price).

Best for

Customer Support Chatbots

This model handles routine conversational queries and instruction following effectively for building responsive support agents that manage common user issues without complex reasoning.

Document Summarization

It performs well at condensing articles, reports, or transcripts into key points using its text summarization capability within the available context window.

Simple Script Generation

The model assists with creating basic code snippets and following step-by-step instructions for automation tasks or quick prototypes in various programming languages.

Strengths & limitations

Strengths

  • +Fast and efficient responses
  • +Strong general language tasks
  • +Versatile instruction handling
  • +Cost-effective for chat use

Limitations

  • Small 4k token context window
  • Text-only modality
  • Older version with earlier knowledge cutoff

Cost calculator

Estimate what GPT-3.5 Turbo (older v0613) would cost for your usage.

$0.00200
per request
$20
estimated / month

Based on GPT-3.5 Turbo (older v0613)'s $1.00/1M input · $2.00/1M output. Estimate only — actual cost varies by provider and caching.

Quick start

OpenRouter's API is OpenAI-compatible — most SDKs work by just swapping the base URL. Only the model slug changes between models.

JavaScript · openai
import OpenAI from "openai";

const client = new OpenAI({
  baseURL: "https://openrouter.ai/api/v1",
  apiKey: process.env.OPENROUTER_API_KEY,
});

const completion = await client.chat.completions.create({
  model: "openai/gpt-3.5-turbo-0613",
  messages: [{ role: "user", content: "Hello!" }],
});

console.log(completion.choices[0].message.content);

Model slug: openai/gpt-3.5-turbo-0613

Editor's verdict

Our take on GPT-3.5 Turbo (older v0613)

GPT-3.5 Turbo (older v0613) is OpenAI's proprietary language models with a 4K-token context window.

At $2.00 per 1M output tokens, it is mid-priced for its class.

It is available through OpenAI's API and aggregators like OpenRouter.

Best suited to fast and efficient responses and strong general language tasks.

Did you find this helpful?

Frequently asked questions

This version supports a context length of 4095 tokens as specified in its technical details.

User reviews

Real, verified reviews from the community shape this model's rating.

Loading reviews…

Sign in to review

Other GPT models

Sibling versions in the GPT family from OpenAI.

Promote GPT-3.5 Turbo (older v0613)

Add this badge to your website, or share the tool.

DFeatured on DhanasviGPT-3.5 Turbo (older v0613) 0