Retired Sep 13, 2024. Legacy model. ChatGPT's original engine, now superseded by GPT-4 and GPT-5 families.“ChatGPT's original brain.”
GPT-3.5 Turbo performance data on Rival is based on blind head-to-head community voting. Overall win rate: 25.0% across 88 duels. All vote data is part of Rival's open dataset of 21,000+ human preference judgments across 200+ AI models. Model responses are curated from 53 challenges.
We're not suggesting you leave GPT-3.5 Turbo. We're just... putting these here. In case you're curious. Which you are, because you scrolled this far.
Retired Sep 13, 2024. Legacy model. ChatGPT's original engine, now superseded by GPT-4 and GPT-5 families.“ChatGPT's original brain.”
GPT-3.5 Turbo performance data on Rival is based on blind head-to-head community voting. Overall win rate: 25.0% across 88 duels. All vote data is part of Rival's open dataset of 21,000+ human preference judgments across 200+ AI models. Model responses are curated from 53 challenges.
We're not suggesting you leave GPT-3.5 Turbo. We're just... putting these here. In case you're curious. Which you are, because you scrolled this far.
GPT-3.5 Turbo is OpenAI's fastest model. It can understand and generate natural language or code, and is optimized for chat and traditional completion tasks.
Use GPT-3.5 Turbo in your applications via the OpenRouter API. Copy the code below to get started.
import requests
response = requests.post(
"https://openrouter.ai/api/v1/chat/completions" ,
headers={
"Authorization""Bearer $OPENROUTER_API_KEY" : ,
"Content-Type""application/json" :
},
json={
"model""openai/gpt-3.5-turbo" : ,
"messages""role""user""content""Hello!" : [{: , : }]
}
)
print(response.json())Replace $OPENROUTER_API_KEY with your API key from openrouter.ai/keys
Unique words vs. total words. Higher = richer vocabulary.
Average words per sentence.
"Might", "perhaps", "arguably" per 100 words.
**Bold** markers per 1,000 characters.
Bullet and numbered list items per 1,000 characters.
Markdown headings per 1,000 characters.
Emoji per 1,000 characters.
"However", "moreover", "furthermore" per 100 words.
53 outputs from GPT-3.5 Turbo
GPT-3.5 Turbo is OpenAI's fastest model. It can understand and generate natural language or code, and is optimized for chat and traditional completion tasks.
Use GPT-3.5 Turbo in your applications via the OpenRouter API. Copy the code below to get started.
import requests
response = requests.post(
"https://openrouter.ai/api/v1/chat/completions" ,
headers={
"Authorization""Bearer $OPENROUTER_API_KEY" : ,
"Content-Type""application/json" :
},
json={
"model""openai/gpt-3.5-turbo" : ,
"messages""role""user""content""Hello!" : [{: , : }]
}
)
print(response.json())Replace $OPENROUTER_API_KEY with your API key from openrouter.ai/keys
Unique words vs. total words. Higher = richer vocabulary.
Average words per sentence.
"Might", "perhaps", "arguably" per 100 words.
**Bold** markers per 1,000 characters.
Bullet and numbered list items per 1,000 characters.
Markdown headings per 1,000 characters.
Emoji per 1,000 characters.
"However", "moreover", "furthermore" per 100 words.
53 outputs from GPT-3.5 Turbo