Skip to content

Commit b36ef71

Browse files
Merge pull request #231841 from ChrisHMSFT/chrhoder/updateembeddings
[Azure OpenAI] update token max length for embeddings 002
2 parents 332b45d + b670871 commit b36ef71

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ When using our embeddings models, keep in mind their limitations and risks.
215215
### Embeddings Models
216216
| Model ID | Supports Completions | Supports Embeddings | Base model Regions | Fine-Tuning Regions | Max Request (tokens) | Training Data (up to) |
217217
| --- | --- | --- | --- | --- | --- | --- |
218-
| text-embedding-ada-002 | No | Yes | East US, South Central US, West Europe | N/A |8,192 | Sep 2021 |
218+
| text-embedding-ada-002 | No | Yes | East US, South Central US, West Europe | N/A |2,046 | Sep 2021 |
219219
| text-similarity-ada-001 | No | Yes | East US, South Central US, West Europe | N/A | 2,046 | Aug 2020 |
220220
| text-similarity-babbage-001 | No | Yes | South Central US, West Europe | N/A | 2,046 | Aug 2020 |
221221
| text-similarity-curie-001 | No | Yes | East US, South Central US, West Europe | N/A | 2046 | Aug 2020 |

0 commit comments

Comments
 (0)