From f8fc9c3c12ec5c799b80501a9c0290aa285e8f3e Mon Sep 17 00:00:00 2001 From: waleed Date: Tue, 18 Nov 2025 17:04:16 -0800 Subject: [PATCH] fix(models): remove unrelease oai models, fix help modal --- .../components-new/help-modal/help-modal.tsx | 2 +- apps/sim/providers/models.ts | 108 +++++++++--------- 2 files changed, 55 insertions(+), 55 deletions(-) diff --git a/apps/sim/app/workspace/[workspaceId]/w/components/sidebar/components-new/help-modal/help-modal.tsx b/apps/sim/app/workspace/[workspaceId]/w/components/sidebar/components-new/help-modal/help-modal.tsx index 296a81ba4f..ddbabd51bb 100644 --- a/apps/sim/app/workspace/[workspaceId]/w/components/sidebar/components-new/help-modal/help-modal.tsx +++ b/apps/sim/app/workspace/[workspaceId]/w/components/sidebar/components-new/help-modal/help-modal.tsx @@ -392,7 +392,7 @@ export function HelpModal({ open, onOpenChange }: HelpModalProps) { > - + Bug Report Feedback Feature Request diff --git a/apps/sim/providers/models.ts b/apps/sim/providers/models.ts index 63ff16bf19..afe2a8719d 100644 --- a/apps/sim/providers/models.ts +++ b/apps/sim/providers/models.ts @@ -124,60 +124,60 @@ export const PROVIDER_DEFINITIONS: Record = { }, contextWindow: 400000, }, - { - id: 'gpt-5.1-mini', - pricing: { - input: 0.25, - cachedInput: 0.025, - output: 2.0, - updatedAt: '2025-11-14', - }, - capabilities: { - reasoningEffort: { - values: ['none', 'low', 'medium', 'high'], - }, - verbosity: { - values: ['low', 'medium', 'high'], - }, - }, - contextWindow: 400000, - }, - { - id: 'gpt-5.1-nano', - pricing: { - input: 0.05, - cachedInput: 0.005, - output: 0.4, - updatedAt: '2025-11-14', - }, - capabilities: { - reasoningEffort: { - values: ['none', 'low', 'medium', 'high'], - }, - verbosity: { - values: ['low', 'medium', 'high'], - }, - }, - contextWindow: 400000, - }, - { - id: 'gpt-5.1-codex', - pricing: { - input: 1.25, - cachedInput: 0.125, - output: 10.0, - updatedAt: '2025-11-14', - }, - capabilities: { - reasoningEffort: { - values: ['none', 'medium', 'high'], - }, - verbosity: { - values: ['low', 'medium', 'high'], - }, - }, - contextWindow: 400000, - }, + // { + // id: 'gpt-5.1-mini', + // pricing: { + // input: 0.25, + // cachedInput: 0.025, + // output: 2.0, + // updatedAt: '2025-11-14', + // }, + // capabilities: { + // reasoningEffort: { + // values: ['none', 'low', 'medium', 'high'], + // }, + // verbosity: { + // values: ['low', 'medium', 'high'], + // }, + // }, + // contextWindow: 400000, + // }, + // { + // id: 'gpt-5.1-nano', + // pricing: { + // input: 0.05, + // cachedInput: 0.005, + // output: 0.4, + // updatedAt: '2025-11-14', + // }, + // capabilities: { + // reasoningEffort: { + // values: ['none', 'low', 'medium', 'high'], + // }, + // verbosity: { + // values: ['low', 'medium', 'high'], + // }, + // }, + // contextWindow: 400000, + // }, + // { + // id: 'gpt-5.1-codex', + // pricing: { + // input: 1.25, + // cachedInput: 0.125, + // output: 10.0, + // updatedAt: '2025-11-14', + // }, + // capabilities: { + // reasoningEffort: { + // values: ['none', 'medium', 'high'], + // }, + // verbosity: { + // values: ['low', 'medium', 'high'], + // }, + // }, + // contextWindow: 400000, + // }, { id: 'gpt-5', pricing: {