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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ To learn more about how to interact with GPT-3.5 Turbo and the Chat Completions
55
55
-`text-embedding-3-small`
56
56
-`text-embedding-ada-002`
57
57
58
-
In testing, OpenAI reports both the large and small third generation embeddings models offer better average multi-language retrieval performance with the [MIRACL](https://github.com/project-miracl/miracl) benchmark while still maintaining performance for English tasks with the [MTEB](https://github.com/embeddings-benchmark/mteb)
58
+
In testing, OpenAI reports both the large and small third generation embeddings models offer better average multi-language retrieval performance with the [MIRACL](https://github.com/project-miracl/miracl) benchmark while still maintaining performance for English tasks with the [MTEB](https://github.com/embeddings-benchmark/mteb) benchmark.
@@ -186,8 +186,8 @@ These models can only be used with Embedding API requests.
186
186
|---|---| :---:|:---:|:---:|
187
187
|`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> Norway East <br> South Central US <br> Sweden Central <br> Switzerland North <br> UK South <br> West Europe <br> West US |8,191 | 1,536 | Sep 2021 |
188
188
|`text-embedding-ada-002` (version 1) | East US <br> South Central US <br> West Europe |2,046 | 1,536 | Sep 2021 |
189
-
|`text-embedding-3-large`|East US, South Central US, North Central US| 8,191 | 3,072 |Sep 2021 |
190
-
|`text-embedding-3-small`|East US, South Central US, North Central US| 8,191| 1,536 | Sep 2021 |
189
+
|`text-embedding-3-large`|Canada East, East US, East US 2| 8,191 | 3,072 |Sep 2021 |
190
+
|`text-embedding-3-small`|Canada East, East US, East US 2| 8,191| 1,536 | Sep 2021 |
191
191
192
192
> [!NOTE]
193
193
> When sending an array of inputs for embedding, the max number of input items in the array per call to the embedding endpoint is 2048.
0 commit comments