Skip to content

Is a Copilot Plus license required to use custom models with Azure OpenAI endpoints? #1279

Closed Answered by lefweh
lefweh asked this question in Q&A

You must be logged in to vote

Thanks for the quick reply. I marked your answer as correct since that is the case.

Please let me give you two examples to show where I am stuck. Both examples work with Postman & curl commands. Both are deployed in an Azure AI project as separate deployments. The Copilot plugin has been deleted and reinstalled, and all other plugins are disabled.

1. OpenAI Inference SDK API
Working curl command:
curl --location 'https://xx-ai-service12345.services.ai.azure.com/models/chat/completions?api-version=2024-05-01-preview'
--header 'Content-Type: application/json'
--header 'api-key: CORRECT API KEY, COPIED FROM AZURE'
--data '{
"messages": [{"role": "system", "content": "You are a helpful ass…

Replies: 2 comments 1 reply

You must be logged in to vote
0 replies

You must be logged in to vote
1 reply
@lefweh

Answer selected by lefweh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants