Logo
Back to all models

gpt-3.5-turbo-instruct - In-Depth Overview

OpenAI · GPT-3.5

outdated

Model ID: gpt-3.5-turbo-instruct

Get all the details on gpt-3.5-turbo-instruct, an AI model from OpenAI. This page covers its token limits, pricing structure, key capabilities such as instruction_following, text_generation, available API code samples, and performance strengths.

Key Metrics

Input Limit

4.1K tokens

Output Limit

4.1K tokens

Input Cost

$1.50/1M

Output Cost

$2.00/1M

Sample API Code

from openai import OpenAI
client = OpenAI()

response = client.completions.create(
  model="gpt-3.5-turbo-instruct",
  prompt="Say this is a test",
  max_tokens=7,
  temperature=0
)
print(response.choices[0].text)

Required Libraries

openai
openai

Notes

An older model only compatible with the legacy Completions endpoint and not Chat Completions. Similar capabilities as GPT-3 era models.

Supported Data Types

Input Types

text

Output Types

text

Strengths & Weaknesses

Good at

text completion
instruction following

Poor at

chat completion
multimodal input
complex reasoning

Additional Information

Latest Update

Sep 1, 2021

Knowledge Cutoff

Sep 1, 2021