OpenAI: GPT-3.5 Turbo (older v0613)

Pricing, context window and lifecycle for openai/gpt-3.5-turbo-0613, tracked from what the vendor publishes.

2024-09-13 - its vendor retired this model on that date, and the catalogue still lists it. Anything still calling it is running on borrowed time.

To find every place that calls it:

curl -sO https://neosignal-ai.vercel.app/check.py
python check.py .

It names every model your repository calls that is already gone, and exits non-zero so the next one fails the build instead of production.

Price per million tokens

Input$1.00
Output$2.00

Facts

Model IDopenai/gpt-3.5-turbo-0613
VendorOpenAI
Context window4,095 tokens
Knowledge cutoff2021-09-30
Retired on2024-09-13
Date fromvendor deprecation page

Supported parameters

frequency_penalty, logit_bias, logprobs, max_completion_tokens, presence_penalty, response_format, seed, stop, structured_outputs, temperature, tool_choice, tools, top_logprobs, top_p

Other OpenAI models