Cohere Embed v4 returns empty chat.completion response - model capability potentially misconfigured - failing since January 16, 2026 #297
-
SummaryCohere Embed v4 model on Azure AI Foundry returns HTTP 200 with an empty chat.completion response instead of embeddings. The model capability appears to be misconfigured with embeddings: false. Environment
ProblemThe embeddings endpoint returns the wrong response type: Request:Actual Response (WRONG):
Expected Response:
Potential Root CauseThe model capabilities appear misconfigured. Querying GET /openai/models shows: The embeddings: false setting causes Azure to route embedding requests to the wronghandler, returning an empty chat.completion object. Impact
Related Issues
RequestPlease fix the model capability registration for embed-v-4-0 to set embeddings: true. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
|
Same here! In my case I get an issue that stream parameter is not allowed. When allowing |
Beta Was this translation helpful? Give feedback.
-
|
i tryed pointing directly to the providers model within my openai endpoint : to only get : |
Beta Was this translation helpful? Give feedback.
-
|
FYI: Working again. |
Beta Was this translation helpful? Give feedback.
FYI: Working again.