Roo-Code/packages/types
Hannes Rudolph 9ecd7bb1ec feat(openai-models): add gpt-5-pro-2025-10-06 with timeout disabled and non‑streaming notice
- Add GPT‑5 Pro to model registry with:
  - contextWindow: 400k, maxTokens: 272k
  - supportsImages: true, supportsPromptCache: true, supportsVerbosity: true, supportsTemperature: false
  - reasoningEffort: high (Responses API only)
  - pricing: $15/1M input tokens, $120/1M output tokens
- Set disableTimeout: true to avoid requiring a global timeout override
- Description clarifies: this is a slow, reasoning‑focused model designed for tough problems; requests may take several minutes; it does not stream (UI may appear idle until completion)
2025-12-09 18:30:02 -07:00
..
npm chore: bump version to v1.89.0 (#9718) 2025-12-01 14:25:48 -08:00
scripts Fix publish-npm script (#7093) 2025-08-14 03:17:56 -07:00
src feat(openai-models): add gpt-5-pro-2025-10-06 with timeout disabled and non‑streaming notice 2025-12-09 18:30:02 -07:00
.gitignore Task metadata (#7092) 2025-08-14 03:14:17 -07:00
eslint.config.mjs Task metadata (#7092) 2025-08-14 03:14:17 -07:00
package.json Task metadata (#7092) 2025-08-14 03:14:17 -07:00
tsconfig.json Task metadata (#7092) 2025-08-14 03:14:17 -07:00
tsup.config.ts Bump @roo-code/types to v1.42.0 (#6610) 2025-08-02 13:27:59 -07:00
vitest.config.ts Convert jest tests to vitest and disable default watch mode for vitest (#4568) 2025-06-11 14:48:01 -07:00