Skip to content

Commit 53726fd

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#105321
We made changes in line no: 37, 41, 42 All mentioned above lines are modified as family to capability and vice versa.
1 parent 7c144bb commit 53726fd

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ Each model family has a series of models that are further distinguished by capab
3434

3535
Azure OpenAI's model names typically correspond to the following standard naming convention:
3636

37-
`{family}-{capability}[-{input-type}]-{identifier}`
37+
`{capability}-{family}[-{input-type}]-{identifier}`
3838

3939
| Element | Description |
4040
| --- | --- |
41-
| `{family}` | The model family of the model. For example, [GPT-3 models](#gpt-3-models) uses `text`, while [Codex models](#codex-models) use `code`.|
42-
| `{capability}` | The relative capability of the model. For example, GPT-3 models include `ada`, `babbage`, `curie`, and `davinci`.|
41+
| `{capability}` | The model capability of the model. For example, [GPT-3 models](#gpt-3-models) uses `text`, while [Codex models](#codex-models) use `code`.|
42+
| `{family}` | The relative family of the model. For example, GPT-3 models include `ada`, `babbage`, `curie`, and `davinci`.|
4343
| `{input-type}` | ([Embeddings models](#embeddings-models) only) The input type of the embedding supported by the model. For example, text search embedding models support `doc` and `query`.|
4444
| `{identifier}` | The version identifier of the model. |
4545

0 commit comments

Comments
 (0)