AIFoundryModel.OpenAI.Gpt35TurboInstruct Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
gpt-3.5 models can understand and generate natural language or code. The most capable and cost effective model in the gpt-3.5 family is gpt-3.5-turbo, which has been optimized for chat and works well for traditional completions tasks as well. gpt-3.5-turbo is available for use with the Chat Completions API. gpt-3.5-turbo-instruct has similar capabilities to text-davinci-003 using the Completions API instead of the Chat Completions API. We recommend using gpt-3.5-turbo and gpt-3.5-turbo-instruct over <a href="https://free.blessedness.top/azure/ai-services/openai/concepts/legacy-models" target="_blank">legacy gpt-3.5 and gpt-3 models.</a> - gpt-35-turbo - gpt-35-turbo-16k - gpt-35-turbo-instruct You can see the token context length supported by each model in the model summary table. To learn more about how to interact with GPT-3.5 Turbo and the Chat Completions API check out our <a href="https://free.blessedness.top/azure/ai-services/openai/how-to/chatgpt?tabs=python&pivots=programming-language-chat-completions" target="_blank">in-depth how-to.</a> | Model ID | Model Availability | Max Request (tokens) | Training Data (up to) | | ------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------ | --------------------------- | --------------------- | | gpt-35-turbo<sup>1</sup> (0301) | East US, France Central, South Central US, UK South, West Europe | 4,096 | Sep 2021 | | gpt-35-turbo (0613) | Australia East, Canada East, East US, East US 2, France Central, Japan East, North Central US, Sweden Central, Switzerland North, UK South | 4,096 | Sep 2021 | | gpt-35-turbo-16k (0613) | Australia East, Canada East, East US, East US 2, France Central, Japan East, North Central US, Sweden Central, Switzerland North, UK South | 16,384 | Sep 2021 | | gpt-35-turbo-instruct (0914) | East US, Sweden Central | 4,097 | Sep 2021 | | gpt-35-turbo (1106) | Australia East, Canada East, France Central, South India, Sweden Central, UK South, West US | Input: 16,385 Output: 4,096 | Sep 2021 | <sup>1</sup> This model will accept requests > 4,096 tokens. It is not recommended to exceed the 4,096 input token limit as the newer version of the model are capped at 4,096 tokens. If you encounter issues when exceeding 4,096 input tokens with this model this configuration is not officially supported.
public static readonly Aspire.Hosting.Azure.AIFoundryModel Gpt35TurboInstruct;
staticval mutable Gpt35TurboInstruct : Aspire.Hosting.Azure.AIFoundryModel
Public Shared ReadOnly Gpt35TurboInstruct As AIFoundryModel