ManojBableshwar I was able to deploy llama model with Pay as you go in Azure AI Studio and was also able to test out in Azure AI Studio playground. But When I try to call the deployed model using provided Python Code associated with the playground, I am getting the below error message. Do I need to do something else to get it working?
(Note: I have replaced the API Key before running the code)
Error details:
The request failed with status code: 424
Content-Length: 31
Content-Type: application/json
allow: GET
x-request-id: 6f5b8ce0-b714-4c86-a745-9ac3f193bd0b
ms-azureml-model-error-reason: model_error
ms-azureml-model-error-statuscode: 405
Request-Context: appId=cid-v1:b80100f5-1286-423d-967f-3517f665186d
azureml-model-session: dep-2-7b-231109102040
azureml-model-group: offer-llama-2-7b-paygo
Date: Tue, 12 Dec 2023 01:46:25 GMT
Connection: close
{"detail":"Method Not Allowed"}