-
Couldn't load subscription status.
- Fork 3.6k
Add Ollama cloud model integration #4605
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
base: debug-works
Are you sure you want to change the base?
Add Ollama cloud model integration #4605
Conversation
…3-openrouter-context increase context window of Deepseek V3 to new OpenRouter limits
Fix issues on repositories with non-Unicode encodings
Add GPT-5 with all reasoning settings to polyglot leaderboard
Added tree-sitter tags for FORTRAN
Reference: Merge commit for PR Aider-AI#4534 Commit: 5777ab9
Feature request: support for Bedrock/Claude 4.5
the same instruction included in {final_reminders}
Added support for 5 custom Ollama cloud models with optimized configurations: - Kimi K2 (1T parameters) - General coding and conversations - DeepSeek v3.1 (671B parameters) - Complex code generation - Qwen3 Coder (480B parameters) - Code-focused tasks - GPT-OSS (120B parameters) - General purpose coding - Qwen3 VL (235B parameters) - Vision-language model Changes: - Added model configurations to aider/resources/model-settings.yml - Added convenient aliases (kimi-cloud, deepseek-cloud, etc.) to aider/models.py - Created comprehensive documentation in OLLAMA_CLOUD_MODELS.md Each model includes: - 128K token context window - Diff-based editing support - Repository mapping enabled - Optimized parameters for each model's strengths 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
|
|
415725c to
3c3aff1
Compare
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.
“@cla-assistant I have read and agree to the Contributor License Agreement.”
Added support for 5 custom Ollama cloud models with optimized configurations:
Changes:
Each model includes:
🤖 Generated with Claude Code