mirror of
https://github.com/simstudioai/sim.git
synced 2026-04-06 03:00:16 -04:00
fix(models): remove unrelease oai models, fix help modal (#2046)
This commit is contained in:
@@ -392,7 +392,7 @@ export function HelpModal({ open, onOpenChange }: HelpModalProps) {
|
||||
>
|
||||
<SelectValue placeholder='Select a request type' />
|
||||
</SelectTrigger>
|
||||
<SelectContent className='z-[10000000]'>
|
||||
<SelectContent className='z-[10000200]'>
|
||||
<SelectItem value='bug'>Bug Report</SelectItem>
|
||||
<SelectItem value='feedback'>Feedback</SelectItem>
|
||||
<SelectItem value='feature_request'>Feature Request</SelectItem>
|
||||
|
||||
@@ -124,60 +124,60 @@ export const PROVIDER_DEFINITIONS: Record<string, ProviderDefinition> = {
|
||||
},
|
||||
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: {
|
||||
|
||||
Reference in New Issue
Block a user