An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
For gpt-4.1 (2025-04-14), the documented context window depends on deployment category, but the provided documentation does not explicitly map that limit to the exact combination of Global Standard + italynorth + S0 + API version 2024-02-15-preview.
Supported facts from the documentation:
-
gpt-4.1supports these documented context-window figures:-
1,047,576 -
300,000for standard deployments -
128,000for provisioned managed and batch deployments
-
- A separate model page lists:
-
1,047,576 -
128,000for provisioned managed deployments -
300,000for batch deployments
-
- The documentation also states a known issue for all GPT-4.1 series models: large tool or function definitions exceeding
300,000tokens can fail even if the 1 million token context limit is not reached. - No provided documentation states that the S0 pricing tier changes the context window for
gpt-4.1. - No provided documentation states that changing the API version changes the context window for
gpt-4.1. - No provided documentation gives an explicit per-region / pricing tier / API version context-window matrix for
gpt-4.1. - The model summary table in the provided context does not list
gpt-4.1availability foritalynorth.
Because of that, the exact current limit for the specific configuration cannot be confirmed from the provided documentation alone.
References: