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
/// GPT-4o: Our high-intelligence flagship model for complex, multi-step tasks. GPT-4o is cheaper and faster than GPT-4 Turbo. Currently points to gpt-4o-2024-08-06.
236
+
/// GPT-4.1: The flagship model with superior performance in coding, instruction following, and long-context understanding.
237
+
/// Context Window: 1,047,576 tokens
238
+
/// Max output tokens: 32,768 tokens
239
+
/// Training data: Up to May 31, 2024
240
+
/// </summary>
241
+
publicstaticstringGpt_4_1=>"gpt-4.1";
242
+
243
+
/// <summary>
244
+
/// Original snapshot of GPT-4.1 from April 14th 2025. Has the same capabilities as the base GPT-4.1 model.
/// GPT-4.1 Mini: A cost-effective medium-sized model with excellent performance rivaling the full GPT-4.1 model. Optimized for better speed while maintaining high quality results.
253
+
/// Context Window: 1,047,576 tokens
254
+
/// Max output tokens: 32,768 tokens
255
+
/// Training data: Up to May 31, 2024
256
+
/// </summary>
257
+
publicstaticstringGpt_4_1_mini=>"gpt-4.1-mini";
258
+
259
+
/// <summary>
260
+
/// Original snapshot of GPT-4.1-mini from April 14th 2025. Has the same capabilities as the base GPT-4.1-mini model.
/// GPT-4.1 Nano: The smallest and most cost-effective model in the GPT-4.1 family. Approximately 75% cheaper than GPT-4.1-mini while still excellent for simpler tasks.
269
+
/// Context Window: 1,047,576 tokens
270
+
/// Max output tokens: 32,768 tokens
271
+
/// Training data: Up to May 31, 2024
272
+
/// </summary>
273
+
publicstaticstringGpt_4_1_nano=>"gpt-4.1-nano";
274
+
275
+
/// <summary>
276
+
/// Snapshot of GPT-4.1-nano from April 14th 2025. Has the same capabilities as the base GPT-4.1-nano model.
/// GPT-4o: Our high-intelligence flagship model for complex, multi-step tasks. GPT-4o is cheaper and faster than GPT-4 Turbo. Currently points to gpt-4o-2024-08-06.
0 commit comments