An Azure machine learning service for building and deploying models.
Hello
Based on the error text and the currently published deployment guidance, the most likely explanation is a routing compatibility issue related to the current deployment type.
he model documentation currently lists Llama-3.3-70B-Instruct under Global Standard and Global Provisioned deployment paths, while the deployment-type guidance also notes that not all models support all deployment types. Because the error specifically references the US location tag (us), the failure appears to be happening during backend routing, before the request reaches the model endpoint.
Please check if the following validation steps help-
- Redeploying the model using Global Standard
- Create a new deployment of Llama-3.3-70B-Instruct
- Select Global Standard as the deployment type
- Retest the deployment in Playground
- Confirming whether the issue is limited to Playground
- Test the same deployment through REST API or SDK
- If the same error appears outside Playground, that would confirm the issue is broader than the Playground experience and is likely tied to deployment routing itself
- Validating whether the issue is model-specific If another deployed model in the same Foundry project works successfully, that would help confirm that the behavior is specific to this deployment path for Llama-3.3-70B-Instruct, rather than a broader project or region issue. This is also a useful comparison point if escalation becomes necessary