Non OpenAI model (DeepSeek-V3-0324, etc) with Azure AI Agents gives "invalid_engine_error" error in AI Foundry and Python SDK

Bhumika Korat 20 Reputation points
2025-04-24T14:35:55.1166667+00:00

I have created a project in AI Foundry for agent usage. I have an Azure AI service connection where I have deployed DeepSeek-V3-0324 model, which is in eligibility list for Agents usage. I have the AI service resource connected with the hub and the project as well.

When I try this model in "Chat Playground" It works. But when I try the "Agent Playground", I get invalid_engine_error: No connection matching model: saeideepseekv3 . From Python SDK, I get RunStatus.FAILED for create_stream as well as create_and_process_run

I have the service connections checked against the steps in the documentations. What am I missing here?

Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
3,443 questions
{count} votes

Accepted answer
  1. Saideep Anchuri 7,040 Reputation points Microsoft External Staff Moderator
    2025-04-28T16:00:30.5433333+00:00

    Hi Bhumika Korat

    The non-GPT models in Azure AI Agents indicate that these models may not be fully integrated or supported for use with agents at this time. The Azure AI model inference in AI services supports models that have pay-as-you-go billing, but not all models in the Azure AI catalog are supported in Azure AI services. This could explain the discrepancies you're experiencing between the agent playground and the chat playground.

    Your assumption that Azure has not integrated these non-GPT models for agents yet aligns with the information regarding model support and deployment options in Azure AI services.

    Thank You.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.