Skip to content

Commit ad0d68c

Browse files
committed
Moved 'Finding the Right Model' per PR 209640
1 parent e316101 commit ad0d68c

File tree

1 file changed

+4
-4
lines changed
  • articles/cognitive-services/openai/concepts

1 file changed

+4
-4
lines changed

articles/cognitive-services/openai/concepts/models.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ For example, our most powerful GPT-3 model is called `text-davinci-002`, while o
5151

5252
You can easily see the models you have available for both inference and fine-tuning in your resource by using the [Models API](../reference.md#models).
5353

54+
## Finding the right model
55+
56+
We recommend starting with the most capable model in a model family because it's the best way to understand what the service is capable of. After you have an idea of what you want to accomplish, you can either stay with that model or move to a model with lower capability and cost, optimizing around that model's capabilities.
57+
5458
## GPT-3 models
5559

5660
The GPT-3 models can understand and generate natural language. The service offers four model capabilities, each with different levels of power and speed suitable for different tasks. Davinci is the most capable model, while Ada is the fastest. The following list represents the latest versions of GPT-3 models, ordered by increasing capability.
@@ -148,10 +152,6 @@ Similar to text search embedding models, there are two input types supported by
148152

149153
When using our Embeddings models, keep in mind their limitations and risks.
150154

151-
## Finding the right model
152-
153-
We recommend starting with the most capable model in a model family because it's the best way to understand what the service is capable of. After you have an idea of what you want to accomplish, you can either stay with that model or move to a model with lower capability and cost, optimizing around that model's capabilities.
154-
155155
## Next steps
156156

157157
[Learn more about Azure OpenAI](../overview.md).

0 commit comments

Comments
 (0)