-
Notifications
You must be signed in to change notification settings - Fork 2.6k
feat: add new models and update configurations for vscode-lm #7201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add new models and update configurations for vscode-lm #7201
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your contribution! I've reviewed the changes and found several issues that need attention before this can be merged.
| }, | ||
| "gemini-2.5-pro": { | ||
| contextWindow: 63830, | ||
| contextWindow: 128000, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you add a comment explaining why the contextWindow was increased from 63830 to 128000? This is a significant change that might affect existing users of this model.
daniel-lxs
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @NaccOll!
update model info in vscode-lm
Important
Add new models
claude-4-sonnetandgpt-5-mini, and update configurations for existing models invscode-llm.ts.claude-4-sonnetandgpt-5-miniadded tovscodeLlmModelsinvscode-llm.ts.gemini-2.5-pro,o4-mini, andgpt-4.1models updated withcontextWindowset to 128000 andmaxInputTokensadjusted.gpt-5model added withcontextWindow128000 andmaxInputTokens108637.This description was created by
for 4b8e618. You can customize this summary. It will automatically update as commits are pushed.