You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/openai/concepts/models.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,19 +81,19 @@ These models can only be used with the Chat Completion API.
81
81
GPT-4 version 0314 is the first version of the model released. Version 0613 is the second version of the model and adds function calling support.
82
82
83
83
| Model ID | Max Request (tokens) | Training Data (up to) |
84
-
| --- | --- | --- |
85
-
|`gpt-4` (0314) | 8,192 |September 2021 |
86
-
|`gpt-4-32k`(0314) | 32,768 |September 2021 |
87
-
|`gpt-4` (0613) | 8,192 |September 2021 |
88
-
|`gpt-4-32k` (0613) | 32,768 |September 2021 |
84
+
| --- |:---:|:---:|
85
+
|`gpt-4` (0314) | 8,192 |Sep 2021 |
86
+
|`gpt-4-32k`(0314) | 32,768 |Sep 2021 |
87
+
|`gpt-4` (0613) | 8,192 |Sep 2021 |
88
+
|`gpt-4-32k` (0613) | 32,768 |Sep 2021 |
89
89
90
90
> [!NOTE]
91
-
> Any region where GPT-4 is listed as available will always have access to both the 4K and 32K versions of the model
91
+
> Any region where GPT-4 is listed as available will always have access to both the 8K and 32K versions of the model
92
92
93
93
### GPT-4 model availability
94
94
95
95
| Model Availability | gpt-4 (0314) | gpt-4 (0613) |
96
-
|---|---|---|
96
+
|---|:---|:---|
97
97
| Available to all subscriptions with Azure OpenAI access || Canada East <br> Sweden Central <br> Switzerland North |
98
98
| Available to subscriptions with current access in the region | East US <br> France Central <br> South Central US <br> UK South | Australia East <br> East US <br> East US 2 <br> France Central <br> Japan East <br> UK South |
99
99
@@ -125,14 +125,14 @@ These models can only be used with Embedding API requests.
125
125
> We strongly recommend using `text-embedding-ada-002 (Version 2)`. This model/version provides parity with OpenAI's `text-embedding-ada-002`. To learn more about the improvements offered by this model, please refer to [OpenAI's blog post](https://openai.com/blog/new-and-improved-embedding-model). Even if you are currently using Version 1 you should migrate to Version 2 to take advantage of the latest weights/updated token limit. Version 1 and Version 2 are not interchangeable, so document embedding and document search must be done using the same version of the model.
126
126
127
127
| Model ID | Model Availability | Max Request (tokens) | Training Data (up to) | Output dimensions |
128
-
|---|---| ---|---|---|
128
+
|---|---| ---|:---:|:---:|
129
129
| `text-embedding-ada-002`` (version 2) | Australia East <br> Canada East <br> East US <br> East US2 <br> France Central <br> Japan East <br> North Central US <br> South Central US <br> Switzerland North <br> UK South <br> West Europe |8,191 | Sep 2021 | 1536 |
130
130
|`text-embedding-ada-002` (version 1) | East US <br> South Central US <br> West Europe |2,046 | Sep 2021 | 1536 |
131
131
132
132
### DALL-E models (Preview)
133
133
134
134
| Model ID | Feature Availability | Max Request (characters) |
135
-
| --- | --- | --- |
135
+
| --- | --- |:---:|
136
136
| dalle2 | East US | 1000 |
137
137
138
138
### Fine-tuning models (Preview)
@@ -142,15 +142,15 @@ These models can only be used with Embedding API requests.
142
142
`gpt-35-turbo-0613` - fine-tuning of this model is limited to a subset of regions, and is not available in every region the base model is available.
143
143
144
144
| Model ID | Fine-Tuning Regions | Max Request (tokens) | Training Data (up to) |
145
-
| --- | --- | --- | --- |
145
+
| --- | --- |:---:|:---:|
146
146
|`babbage-002`| North Central US <br> Sweden Central | 16,384 | Sep 2021 |
147
147
|`davinci-002`| North Central US <br> Sweden Central | 16,384 | Sep 2021 |
148
148
|`gpt-35-turbo` (0613) | North Central US <br> Sweden Central | 4096 | Sep 2021 |
149
149
150
150
### Whisper models (Preview)
151
151
152
152
| Model ID | Model Availability | Max Request (audio file size) |
153
-
| --- | --- | --- |
153
+
| --- | --- |:---:|
154
154
|`whisper`| North Central US <br> West Europe | 25 MB |
0 commit comments