Which models can be used text embedding generation? #135548
-
Select Topic AreaQuestion BodyI am checking those available models with .NET Semantic Kernal APIs. When I am trying text embedding generation for OpenAI GPT-4o, I am getting the following error.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Which endpoint did you use to configure the completions? Was it "https://models.inference.ai.azure.com"? |
Beta Was this translation helpful? Give feedback.
-
gpt-4o does not support text embeddings. For text embeddings, please try |
Beta Was this translation helpful? Give feedback.
gpt-4o does not support text embeddings. For text embeddings, please try
text-embedding-3-large
andtext-embedding-3-small
.