LLMs: OpenAI: Reviewed 5.1 Instant / 5.2 Params support. Closes #930

This commit is contained in:
Enrico Ros
2026-01-20 01:21:45 -08:00
parent 24dce7eae9
commit 3884c26b15
@@ -108,6 +108,7 @@ export const _knownOpenAIChatModels: ManualMappings = [
interfaces: [LLM_IF_OAI_Responses, ...IFS_CHAT_CACHE, LLM_IF_Tools_WebSearch, LLM_IF_HOTFIX_NoTemperature],
parameterSpecs: [
{ paramId: 'llmVndOaiWebSearchContext' },
// { paramId: 'llmVndOaiVerbosity' }, // 2026-01-20: still unsupported
{ paramId: 'llmVndOaiImageGeneration' },
],
chatPrice: { input: 1.75, cache: { cType: 'oai-ac', read: 0.175 }, output: 14 },
@@ -175,13 +176,11 @@ export const _knownOpenAIChatModels: ManualMappings = [
// trainingDataCutoff: 'Oct 31, 2024',
// interfaces: [LLM_IF_OAI_Responses, LLM_IF_OAI_Chat, LLM_IF_OAI_Vision, LLM_IF_OAI_PromptCaching], // no function calling or reasoning
interfaces: [LLM_IF_OAI_Responses, ...IFS_CHAT_CACHE_REASON, LLM_IF_Tools_WebSearch, LLM_IF_HOTFIX_NoTemperature],
// parameterSpecs: [
// { paramId: 'llmVndOaiReasoningEffort4' }, { paramId: 'llmVndOaiWebSearchContext' },
// { paramId: 'llmVndOaiRestoreMarkdown' },
// { paramId: 'llmVndOaiVerbosity' },
// { paramId: 'llmVndOaiImageGeneration' },
// { paramId: 'llmForceNoStream' },
// ],
parameterSpecs: [
{ paramId: 'llmVndOaiWebSearchContext' },
// { paramId: 'llmVndOaiVerbosity' }, // 2026-01-20: still unsupported
{ paramId: 'llmVndOaiImageGeneration' },
],
chatPrice: { input: 1.25, cache: { cType: 'oai-ac', read: 0.125 }, output: 10 }, // TODO: Update with official pricing when available - this is `gpt-5-chat-latest` pricing
// benchmark: TBD
},