You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/openai/concepts/models.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ A model that intelligently selects from a set of underlying chat models to respo
62
62
63
63
| Model ID | Description | Context Window | Max Output Tokens | Training Data (up to) |
64
64
| --- | :--- |:--- |:---|:---: |
65
-
|`model-router` (2025-04-15) | A model that intelligently selects from a set of underlying chat models to respond to a given prompt. |128,000*| 32768 (GPT 4.1 series)</br> 100 K (o4-mini) | May 31, 2024 |
65
+
|`model-router` (2025-04-15) | A model that intelligently selects from a set of underlying chat models to respond to a given prompt. |200,000*| 32768 (GPT 4.1 series)</br> 100 K (o4-mini) | May 31, 2024 |
66
66
67
67
*Larger context windows are compatible with _some_ of the underlying models, which means an API call with a larger context will succeed only if the prompt happens to be routed to the right model, otherwise the call will fail.
0 commit comments