diff --git a/apps/sim/providers/models.ts b/apps/sim/providers/models.ts index e30af3a0b31..c16d73ab15e 100644 --- a/apps/sim/providers/models.ts +++ b/apps/sim/providers/models.ts @@ -282,6 +282,69 @@ export const PROVIDER_DEFINITIONS: Record = { releaseDate: '2025-04-14', deprecated: true, }, + // GPT-5.6 family + { + id: 'gpt-5.6-sol', + pricing: { + input: 5.0, + cachedInput: 0.5, + output: 30.0, + updatedAt: '2026-07-09', + }, + capabilities: { + reasoningEffort: { + values: ['none', 'low', 'medium', 'high', 'xhigh', 'max'], + }, + verbosity: { + values: ['low', 'medium', 'high'], + }, + maxOutputTokens: 128000, + }, + contextWindow: 1050000, + releaseDate: '2026-07-09', + recommended: true, + }, + { + id: 'gpt-5.6-terra', + pricing: { + input: 2.5, + cachedInput: 0.25, + output: 15.0, + updatedAt: '2026-07-09', + }, + capabilities: { + reasoningEffort: { + values: ['none', 'low', 'medium', 'high', 'xhigh', 'max'], + }, + verbosity: { + values: ['low', 'medium', 'high'], + }, + maxOutputTokens: 128000, + }, + contextWindow: 1050000, + releaseDate: '2026-07-09', + }, + { + id: 'gpt-5.6-luna', + pricing: { + input: 1.0, + cachedInput: 0.1, + output: 6.0, + updatedAt: '2026-07-09', + }, + capabilities: { + reasoningEffort: { + values: ['none', 'low', 'medium', 'high', 'xhigh', 'max'], + }, + verbosity: { + values: ['low', 'medium', 'high'], + }, + maxOutputTokens: 128000, + }, + contextWindow: 1050000, + releaseDate: '2026-07-09', + speedOptimized: true, + }, // GPT-5.5 family { id: 'gpt-5.5-pro', @@ -320,7 +383,6 @@ export const PROVIDER_DEFINITIONS: Record = { }, contextWindow: 1050000, releaseDate: '2026-04-23', - recommended: true, }, // GPT-5.4 family {