gpt-35-turbo
Version: 0125
The gpt-35-turbo (also known as ChatGPT) is the most capable and cost-effective model in the gpt-3.5 family which has been optimized for chat using the Chat Completions API. It is a language model designed for conversational interfaces and the model behaves differently than previous gpt-3 models. Previous models were text-in and text-out, meaning they accepted a prompt string and returned a completion to append to the prompt. However, the ChatGPT model is conversation-in and message-out. The model expects a prompt string formatted in a specific chat-like transcript format and returns a completion that represents a model-written message in the chat.
Learn more at https://learn.microsoft.com/azure/cognitive-services/openai/concepts/models
Model Specifications
Quality Index0.40
Last UpdatedJuly 2025
PublisherOpenAI
Related Models