Skip to content

[Draft] chore: update default OpenAI model to gpt-4.1 across codebase and infra #181

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed

Conversation

Priyanka-Microsoft
Copy link
Contributor

Purpose

  • ...
    This pull request updates the Azure OpenAI Service GPT model from gpt-4o to gpt-4.1 across multiple files and documentation, reflecting the new model version (2025-04-14) and its associated parameters. Additionally, there are changes to the Azure infrastructure configuration files (infra/main.json) to include new metadata and subscription handling for Log Analytics Workspace resources.

GPT Model Updates:

  • .github/workflows/deploy.yml: Updated gptModelName to gpt-4.1 and gptModelVersion to 2025-04-14.
  • README.md: Revised the description of Azure OpenAI Service to reflect support for gpt-4.1 and its variants.
  • docs/AzureGPTQuotaSettings.md: Updated instructions to select GPT-4.1 for quota settings.
  • docs/quota_check.md: Adjusted quota check parameters and instructions to use gpt-4.1. [1] [2] [3]
  • infra/main.bicep and infra/main.bicepparam: Updated default values for gptModelName and gptModelVersion to gpt-4.1 and 2025-04-14, respectively. [1] [2]

Documentation Updates:

Infrastructure Configuration Enhancements:

  • infra/main.json: Added new metadata, updated template hash values, and included subscription handling for Log Analytics Workspace resources. [1] [2] [3]

These changes ensure the project is aligned with the latest GPT model capabilities while improving infrastructure management and documentation clarity.

Does this introduce a breaking change?

  • Yes
  • No

Golden Path Validation

  • I have tested the primary workflows (the "golden path") to ensure they function correctly without errors.

Deployment Validation

  • I have validated the deployment process successfully and all services are running as expected with this change.

What to Check

Verify that the following are valid

  • ...

Other Information

@@ -102,7 +102,7 @@ Use the [Azure pricing calculator](https://azure.microsoft.com/en-us/pricing/cal
| Product | Description | Cost |
|---|---|---|
| [Azure AI Foundry](https://learn.microsoft.com/en-us/azure/ai-foundry/) | Build generative AI applications on an enterprise-grade platform | [Pricing](https://azure.microsoft.com/pricing/details/ai-studio/) |
| [Azure OpenAI Service](https://learn.microsoft.com/en-us/azure/ai-services/openai/) | Provides REST API access to OpenAI's powerful language models including o3-mini, o1, o1-mini, GPT-4o, GPT-4o mini | [Pricing](https://azure.microsoft.com/en-us/pricing/details/cognitive-services/openai-service/) |
| [Azure OpenAI Service](https://learn.microsoft.com/en-us/azure/ai-services/openai/) | Provides REST API access to OpenAI's powerful language models including o3-mini, o1, o1-mini, GPT-4.1, GPT-4.1 mini | [Pricing](https://azure.microsoft.com/en-us/pricing/details/cognitive-services/openai-service/) |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it should not be 4.1 mini

@Roopan-Microsoft Roopan-Microsoft changed the title chore: update default OpenAI model to gpt-4.1 across codebase and infra [Draft] chore: update default OpenAI model to gpt-4.1 across codebase and infra Jun 10, 2025
@Priyanka-Microsoft Priyanka-Microsoft deleted the replace-openai-model-name-and-version branch July 16, 2025 09:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants