How to use preview 4o feature?

Wright Jony 0 Reputation points
2024-07-27T06:25:24.39+00:00

Please let me know how to get the access, can not find a preview button

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,729 questions
{count} votes

3 answers

Sort by: Most helpful
  1. Amanulla Asfak Ahamed 155 Reputation points
    2024-07-27T06:33:42.41+00:00

    To use the preview feature in Azure Machine Learning, you generally need to follow these steps:

    1. Sign In to Azure Portal: Ensure you are signed in to your Azure account.
    2. Navigate to Azure Machine Learning:
      • Go to the Azure portal.
      • Search for "Azure Machine Learning" in the search bar.
      • Select your Azure Machine Learning workspace.
    3. Check for Preview Features:
      • In your workspace, navigate to the "Preview features" section, usually found under the "Settings" or "Configuration" tabs.
      • If you don't see a "Preview features" section, it might be because your current subscription or workspace doesn't have access to the preview features. You might need to update your Azure Machine Learning SDK or check the Azure updates page for more information on how to enable preview features.
    4. Enable Preview Features:
      • If the preview features are available, you can toggle them on.
      • Follow any specific instructions provided by Azure for enabling or accessing these features.
    5. Access and Use Preview Features:
      • Once enabled, you should see the preview features available in your workspace.
      • You may need to restart your session or refresh the page to see the changes.
    6. Preview Features via Azure CLI or SDK:
      • Some preview features might only be accessible through the Azure CLI or the Azure Machine Learning SDK. Check the official Azure documentation for the commands or code snippets needed to enable and use these features.

    Troubleshooting

    • Update SDK: Ensure that you have the latest version of the Azure Machine Learning SDK installed.
      
        pip install --upgrade azureml-sdk
      
      
    • Permissions: Verify that you have the necessary permissions to access and enable preview features. Sometimes, these features are only available to specific roles or subscription types.
    • Documentation: Refer to the official Azure Machine Learning documentation and release notes for the latest information on preview features and how to access them.

    Getting Help

    • Support: If you still cannot find the preview button or access the features, consider reaching out to Azure support.
    • Community: Join Azure communities or forums to ask for help and share experiences with other users.

    By following these steps, you should be able to access and use the preview features in Azure Machine Learning.

    0 comments No comments

  2. YutongTie-MSFT 48,586 Reputation points
    2024-07-27T06:55:49.1166667+00:00

    Hello @Wright jony

    Thanks for reaching out to us, could you please tell us which feature you are talking about?

    There is one related feature is Azure OpenAI GPT 4o mini model in play ground - https://learn.microsoft.com/en-us/azure/ai-services/openai/concepts/models#gpt-4o-and-gpt-4-turbo

    There is no extra access application needed, but the GPT-4o mini early access playground is currently only available for resources in West US3 and East US, and is limited to 10 requests every five minutes per subscription. Azure OpenAI content filters are enabled at the default configuration and cannot be modified.

    GPT-4o mini is a preview model and is currently not available for deployment/direct API access.

    1. Navigate to Azure OpenAI Studio at https://oai.azure.com/ and sign-in with credentials that have access to your OpenAI resources.
    2. Select an Azure OpenAI resource in the West US3 or East US regions. If you don't have a resource in one of these regions you will need to create a resource.
    3. From the main Azure OpenAI Studio page select the Early Access Playground (Preview) button from under the Get started section. (This button will only be visible when a resource in West US3 or East US is selected.)
    4. Now you can start asking the model questions just as you would before in the existing chat playground.

    Please have a try and let us know how it works.

    Regards,

    Yutong

    -Please kindly accept the answer if you feel helpful to support the community, thanks a lot.

    0 comments No comments

  3. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more