Skip to content

Commit d453644

Browse files
committed
update
1 parent a75d95f commit d453644

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,9 @@ These models can only be used with Embedding API requests.
124124
> [!NOTE]
125125
> 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.
126126
127-
| Model ID | Model Availability | Max Request (tokens) | Training Data (up to) | Output dimensions |
128-
|---|---| ---|:---:|:---:|
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 |
127+
| Model ID | Model Availability | Max Request (tokens) | Training Data (up to) | Output Dimensions |
128+
|---|---| :---:|:---:|:---:|
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 |
130130
| `text-embedding-ada-002` (version 1) | East US <br> South Central US <br> West Europe |2,046 | Sep 2021 | 1536 |
131131

132132
### DALL-E models (Preview)

0 commit comments

Comments
 (0)