Roo-Code/packages/types
Shariq Riaz 64e6086f61 feat: add Gemini free tier models with -free aliases
Add three new free tier Gemini models with 250K context windows:
- gemini-2.5-pro-free (5 RPM, 250K TPM, 100 RPD)
- gemini-2.5-flash-free (10 RPM, 250K TPM, 250 RPD)
- gemini-2.5-flash-lite-free (15 RPM, 250K TPM, 1000 RPD)

The provider maps -free aliases to base model IDs for API calls while
preserving the 250K context limit and $0 pricing in the UI.

Descriptions include rate limiting guidance for users to set appropriate
delays in provider settings (12s, 6s, 4s respectively).
2025-08-24 02:32:04 +05:00
..
npm Add MODELS_BY_PROVIDER for use in @roo-code/cloud (#7258) 2025-08-20 11:26:51 -07:00
scripts Fix publish-npm script (#7093) 2025-08-14 03:17:56 -07:00
src feat: add Gemini free tier models with -free aliases 2025-08-24 02:32:04 +05: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