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: {