Hi there
usually happens when the model registry and the deployment endpoint are not properly linked within the same Azure AI hub. Even though both appear in the same region, sometimes deleting and recreating the hub or resource group can break the internal linkage.
Try these steps:
Go to your Azure AI Foundry → Project → Assets → Models, click on the model, and verify that it’s registered under the same hub and subscription as your endpoint.
If it looks fine, try re-registering the model manually using the Foundry CLI or SDK, then redeploy.
Also make sure the model type (custom, foundation, or fine-tuned) matches the deployment configuration — Foundry can reject mismatched types with a “Model not found” error.
Finally, check if your region (East US) has the quota or feature enabled for custom model deployments; some model types are region-limited.
If none of these help, try deploying the model through the Foundry Playground instead of API — if that works, the issue is likely configuration-related in your deployment script.