Skip to content

Conversation

@Thundernight1
Copy link

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

paul-gauthier and others added 30 commits May 26, 2025 12:18
…3-openrouter-context

increase context window of Deepseek V3 to new OpenRouter limits
Fix issues on repositories with non-Unicode encodings
lreeves and others added 26 commits August 25, 2025 10:52
Add GPT-5 with all reasoning settings to polyglot leaderboard
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]>
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

@Thundernight1 Thundernight1 force-pushed the claude/project-directory-analysis-011CUUwZY7kWcP85xzhMwPAz branch from 415725c to 3c3aff1 Compare October 26, 2025 04:45
Copy link
Author

@Thundernight1 Thundernight1 left a 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.”

@Thundernight1 Thundernight1 changed the base branch from main to debug-works October 27, 2025 03:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.