Commit graph

123 commits

Author SHA1 Message Date
Matt Rubens
e7769cea57 Add gpt-4.5-preview 2025-02-27 15:30:04 -05:00
Chris Estreich
22ec3b21fe
Merge pull request #1244 from lupuletic/add-cache-costs-vertex-ai
Added cache costs for Claude Sonnet 3.7 via Vertex AI
2025-02-27 12:03:55 -08:00
Catalin Lupuleti
eec1769b6b Added cache costs for Claude Sonnet 3.7 via Vertex AI 2025-02-27 18:56:28 +00:00
Aitor Oses
ea38d9ebba Enable prompt caching for Claude Sonnet 3.7 Vertex AI model 2025-02-27 09:04:54 +01:00
Aitor Oses
4d22ae53fb Merge remote-tracking branch 'upstream/main' into feat/vertex-prompt-caching 2025-02-27 08:55:06 +01:00
Chris Estreich
5e53d00ebc Allow control over maxTokens for thinking models 2025-02-26 14:23:11 -08:00
cte
e56908f6c1 Thinking settings tweaks 2025-02-25 15:48:20 -08:00
Chris Estreich
7f1c6d7079 Merge branch 'cte/move-model-fetchers' into cte/openrouter-claude-thinking 2025-02-25 13:21:08 -08:00
Chris Estreich
392a237985 Support Claude 3.7 Sonnet "Thinking" in OpenRouter 2025-02-25 12:58:03 -08:00
Matt Rubens
91ef9fbdb3 Clean up maxTokens logic 2025-02-25 15:29:57 -05:00
Aitor Oses
9b267e9afc Add Vertex AI prompt caching support and enhance streaming handling
- Implemented comprehensive prompt caching strategy for Vertex AI models
- Added support for caching system prompts and user message text blocks
- Enhanced stream processing to handle cache-related usage metrics
- Updated model configurations to enable prompt caching
- Improved type definitions for Vertex AI message handling
2025-02-25 15:30:10 +01:00
cte
b2b135c05c [WIP] Claude 3.7 Sonnet (Thinking) 2025-02-24 15:45:26 -08:00
Matt Rubens
2f877c5ffe
Merge pull request #1156 from RooVetGit/add_claude_3_7_to_bedrock
Add Claude 3.7 to Bedrock
2025-02-24 15:51:10 -06:00
cte
b24a335503 Set maxTokens to 64K for Anthropic / 3.7 Sonnet 2025-02-24 13:48:47 -08:00
Matt Rubens
92131adc6d Add Claude 3.7 to Bedrock 2025-02-24 15:35:00 -06:00
cte
d94067aba8 Revert maxTokens change for now 2025-02-24 12:54:05 -08:00
cte
0e644f102f Default to Claude 3.7 where appropriate 2025-02-24 12:48:55 -08:00
Chris Estreich
645d069c08
Merge pull request #1149 from RooVetGit/cte/claude-3.7
Add Claude 3.7
2025-02-24 11:35:00 -08:00
cte
c677a450d1 Fix maxTokens 2025-02-24 11:30:15 -08:00
cte
92ac610366 Add Claude 3.7 2025-02-24 11:14:08 -08:00
Catalin Lupuleti
39715f13e1 Added support for Claude sonnet 3.7 via VertexAI 2025-02-24 19:05:05 +00:00
Marvin Thobejane
a7c842fd9d gpt 4o price update 2025-02-21 00:11:18 +02:00
d.o.it
95078a6bc9 add mistral latest api models 2025-02-12 15:04:02 +01:00
d.o.it
4497e42206 Add Mistral API configuration and models 2025-02-12 14:22:40 +01:00
Matt Rubens
2449c49358 Merge remote-tracking branch 'origin/main' into feat/roo-code-requesty-provider 2025-02-10 10:53:51 -05:00
sam hoang
d6e55afb51 using ModelPicker for Requesty Model Picker 2025-02-10 20:14:50 +07:00
sam hoang
91fe764cb8 feat: add Requesty API provider support
- Add RequestyHandler implementation for API integration
- Add RequestyModelPicker component for model selection
- Update shared types and messages for Requesty support
- Update API options to include Requesty provider
2025-02-10 20:13:43 +07:00
Matt Rubens
2ccab1444b Merge remote-tracking branch 'origin/main' into temperature_control 2025-02-09 22:53:44 -05:00
Roo Code
bc9773ff9a Configure per-configuration temperature 2025-02-08 00:21:13 -05:00
Pugazhendhi
ddc6b9c63f Changed default model to sonnet 3.5 2025-02-07 18:57:58 +05:30
pugazhendhi-m
26baaf89a3
Merge branch 'main' into WEB-1756 2025-02-07 13:02:46 +05:30
Pugazhendhi
915d173720 Reverts changes 2025-02-06 12:53:24 +05:30
Pugazhendhi
32f91b6291 Merged with main branch 2025-02-06 12:44:22 +05:30
Matt Rubens
49c21b6c69 Add new gemini models 2025-02-05 12:04:36 -05:00
Pugazhendhi
ea3d384e48 Fetches all models from gateway during init 2025-02-03 12:18:15 +05:30
Henri Sara
18e1bbf00d fix: Update pricing for OpenAI o1-mini
Together with o3-mini release, OpenAI reduced the price of o1-mini to match it.
2025-02-01 12:06:54 +02:00
Matt Rubens
d047c8beae Add o3-mini-high and o3-mini-low 2025-02-01 00:52:41 -05:00
Anton Shpigunov
58fdb6f9ef support o3-mini 2025-01-31 23:09:05 +02:00
Pugazhendhi
31ec687768 Adds provider names to dropdown 2025-01-27 19:48:43 +05:30
Pugazhendhi
f222e8341c Added mistral and deepseek models 2025-01-27 19:48:23 +05:30
Pugazhendhi
62dcfbe549 Adds unbound provider to roo cline 2025-01-27 19:47:28 +05:30
dairui1
4a75f85eac feat: Add openRouterBaseUrl option 2025-01-25 16:48:21 +08:00
Matt Rubens
0cfc095544 Merge remote-tracking branch 'origin/main' into aws-profile-support 2025-01-24 09:10:11 -05:00
root
d93a7a74d5 feat(api): add Llama 3.3 70B Instruct to AWS Bedrock model options 2025-01-23 21:12:59 +02:00
sam hoang
f745f080f4 feat: add explicit Azure OpenAI flag and setup memory bank docs
- Add openAiUseAzure flag to force Azure OpenAI client initialization
- Add "Use Azure" checkbox in API settings UI

This change improves Azure OpenAI configuration flexibility by allowing users to explicitly opt-in to Azure client, regardless of the base URL pattern.
2025-01-24 00:14:55 +07:00
Matt Rubens
82a6d13c20 Change default 2025-01-22 08:18:29 -08:00
Tom X Nguyen
93a571038f fix: update output length to 65536 2025-01-22 22:35:15 +07:00
Tom X Nguyen
5d5e69fe21 chore: add gemini flash thinking 01-21 2025-01-22 19:14:19 +07:00
sam hoang
d1a65f4de0 refactor: rename openAiCusModelInfo to openAiCustomModelInfo for better clarity
- Rename openAiCusModelInfo to openAiCustomModelInfo across all files for better readability
- Update related variable names and references to maintain consistency
- Affects OpenAI provider, ClineProvider, WebviewMessage, API interfaces, and UI components
2025-01-21 23:06:07 +07:00
sam hoang
d50e075c75 feat(openai): add custom model info configuration
Adds support for configuring custom OpenAI-compatible model capabilities and pricing, including:

Max output tokens
Context window size
Image/computer use support
Input/output token pricing
Cache read/write pricing
2025-01-21 22:46:21 +07:00