Can't deploy Mistral Large

Andriy Poznakhovskyy 0 Reputation points
2024-02-27T08:37:56.96+00:00

I'm trying to deploy Mistral Large model through Azure AI Studio. Already used Open AI and have valid subscription. But in the end, after all resources created, I receive this error: UserError: Marketplace Subscription purchase eligibility check failed, error message [The Microsoft.SaaS RP is not registered on the Azure subscription. The Publisher: '000-000' does not make available Offer: 'mistral-ai-large-offer', Plan: 'mistral-large-2402-plan' in your Subscription/Azure account’s region: 'auto'. What I'm doing wrong?

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,955 questions
0 comments No comments
{count} votes

4 answers

Sort by: Most helpful
  1. Silvia Wibowo 3,821 Reputation points Microsoft Employee
    2024-02-27T19:37:12.4166667+00:00

    Hi @Andriy Poznakhovskyy , try registering the resource provider.

    Open Azure CLI or Bash CloudShell, then execute this command:

    az provider register --namespace Microsoft.SaaS

    Check the status of resource provider:

    az provider list --query "[?namespace=='Microsoft.SaaS']" --output table

    Please accept an answer if correct. Original posters help the community find answers faster by identifying the correct answer. Here is how.

    0 comments No comments

  2. Emerson Cardoso 26 Reputation points
    2024-02-28T13:56:19.37+00:00

    Hi all, I'm receiving similar errror:

    UserError: Marketplace Subscription purchase eligibility check failed, error message [The Publisher: '000-000' does not make available Offer: 'mistral-ai-large-offer', Plan: 'mistral-large-2402-plan' in your Subscription/Azure account’s region: 'auto'. Correlation Id: '064f5b5f-bbb7-47f4-9270-c9f94ea808f5'.].

    Just tried @Silvia Wibowo suggestion but this error message is still showing up for me. FYI, this error also happens when I'm trying to deploy pay-as-you-go Llama 2 70B. What else could we try? Best regards, Emerson Cardoso

    0 comments No comments

  3. eyal moses 0 Reputation points
    2024-02-28T21:36:14.7833333+00:00

    Same here:

    Marketplace Subscription purchase eligibility check failed, error message [The Microsoft.SaaS RP is not registered on the Azure subscription. The Publisher: '000-000' does not make available Offer: 'mistral-ai-large-offer', Plan: 'mistral-large-2402-plan' in your Subscription/Azure account’s region: 'auto

    0 comments No comments

  4. bakoo 126 Reputation points
    2024-03-05T04:43:59.81+00:00

    hello, I got the same issue for deploying Mistrant Large Model, so I opened the ticket, and just got the answer from MS.

    They said, Mistrant Large Model can only be deployed to specific regions (typically Europe).

    So like Korea, Hongkong, Japan cannot deploy this model.

    Region means where azure subscription is registered, not the resource region.

    I guess you need to use other model type.

    thanks

    0 comments No comments

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.