Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion packages/types/src/providers/openai.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ export const openAiNativeModels = {
cacheReadsPrice: 0.13,
description: "GPT-5-Codex: A version of GPT-5 optimized for agentic coding in Codex",
supportsVerbosity: true,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2: Please confirm that an omitted supportsTemperature is interpreted as enabled across consumers. If any code checks truthiness (e.g., if (model.supportsTemperature)), undefined would evaluate to false. Suggest adding a unit test to lock default behavior for gpt-5-codex or normalizing defaults at read-time.

supportsTemperature: false,
},
"gpt-4.1": {
maxTokens: 32_768,
Expand Down