-
Notifications
You must be signed in to change notification settings - Fork 82
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
openwork/src/main/ipc/models.ts
Lines 157 to 190 in da4fdf0
| // Google Gemini models | |
| { | |
| id: 'gemini-3-pro-preview', | |
| name: 'Gemini 3 Pro Preview', | |
| provider: 'google', | |
| model: 'gemini-3-pro-preview', | |
| description: 'State-of-the-art reasoning and multimodal understanding', | |
| available: true | |
| }, | |
| { | |
| id: 'gemini-2.5-pro', | |
| name: 'Gemini 2.5 Pro', | |
| provider: 'google', | |
| model: 'gemini-2.5-pro', | |
| description: 'High-capability model for complex reasoning and coding', | |
| available: true | |
| }, | |
| { | |
| id: 'gemini-2.5-flash', | |
| name: 'Gemini 2.5 Flash', | |
| provider: 'google', | |
| model: 'gemini-2.5-flash', | |
| description: 'Lightning-fast with balance of intelligence and latency', | |
| available: true | |
| }, | |
| { | |
| id: 'gemini-2.5-flash-lite', | |
| name: 'Gemini 2.5 Flash Lite', | |
| provider: 'google', | |
| model: 'gemini-2.5-flash-lite', | |
| description: 'Fast, low-cost, high-performance model', | |
| available: true | |
| } | |
| ] |
https://x.com/my_knn_totoro/status/2012255437354385772
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request