Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowGet certified as a Fabric Data Engineer: Check your eligibility for a 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700. Get started
I am getting this message ({"detail": "Not Found"}) when I try to access the endpoint ( both in browser and in my app). Any hint what am I missing?
@ADinu59,
Apologies for not understanding, what is the endpoint you are attempting to reach?
@ADinu59 , I figured out the correct url to use in postman/code/curl
where you can substitute the model name in the url
some further useful documentation can be found here:
https://microsoft.github.io/azure-openai-service-proxy/raw-api-access/chat-completion/
just beware, the documentation is not up to date. you need the /chat/ bit in the url or it will complain about invalid completion for the model.
Hi @ADinu59 , the endpoint can't be just called like that in the browser. Got to use the correct libraries to use it. try following python code to get started in a fabric notebook: