feat: Integrate opencode-go provider with deepseek-v4-pro and deepseek-v4-flash models - #170
Closed
carlito-hummingbot wants to merge 2 commits into
Closed
feat: Integrate opencode-go provider with deepseek-v4-pro and deepseek-v4-flash models#170carlito-hummingbot wants to merge 2 commits into
carlito-hummingbot wants to merge 2 commits into
Conversation
fengtality
requested changes
Jul 26, 2026
| description: Market making specialist — regime detection, spread calibration, and | ||
| inventory management for PMM strategies | ||
| agent_key: claude-acp:sonnet | ||
| agent_key: opencode-go:deepseek-v4-flash |
Contributor
There was a problem hiding this comment.
don't change default models for condor and its agents. you can tell Claude not to commit these changes
carlito-hummingbot
force-pushed
the
pr-opencode-go
branch
from
July 27, 2026 09:45
37610db to
8668fc4
Compare
carlito-hummingbot
pushed a commit
to carlito-hummingbot/condor
that referenced
this pull request
Jul 29, 2026
…m for opencode-go model Switches agent_key from 'opencode-go:deepseek-v4-flash' to 'custom@opencode:deepseek-v4-flash' so the agent runs on opencode-go via PR hummingbot#175's named custom OpenAI-compatible endpoint (no PR hummingbot#170 needed). Documents endpoint setup: Settings -> LLM Endpoints, or CUSTOM_LLM_BASE_URL/CUSTOM_LLM_API_KEY in .env for headless condor-bot.service deploys.
Author
|
Closing this, use PR#175 instead. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
feat: Integrate OpenCode Go provider — deepseek-v4-pro, deepseek-v4-flash and open-source model access
Problem
Condor users who want to run open-weight models (DeepSeek V4 Pro, DeepSeek V4 Flash,
etc.) currently have to self-host or use pay-as-you-go API providers with unpredictable
costs. There is no integrated, flat-rate subscription option that gives predictable
monthly pricing with a curated set of capable open-source coding models.
What is OpenCode Go?
OpenCode Go is a low-cost subscription service for open-source
AI coding models. It costs $5 for the first month, then $10/month, and provides
~$60/month in token value against the same models priced per-token on other providers.
Key features:
Available models (through OpenCode Go / Zen)
deepseek-v4-prodeepseek-v4-flashhy3qwen3-235bqwq-32bAll resolve against
https://opencode.ai/zen/go/v1, an OpenAI-compatible endpoint.Changes
Provider registration (
condor/acp/pydantic_ai_client.py):opencode-goandopencodeto the pydantic-ai provider allowlisthttps://opencode.ai/zen/go/v1as the default base URLopencode-gomodel resolution failuresopenai:/openrouter:providersModel assignment (3 AGENT.md files):
opencode-go:deepseek-v4-proopencode-go:deepseek-v4-flashopencode-go:deepseek-v4-flashConfig (
utils/config.py,main.py):Verification
is_pydantic_ai_model('opencode-go:deepseek-v4-pro')→Trueis_pydantic_ai_model('opencode-go:deepseek-v4-flash')→Truebot deployed and ran on Binance spot via
manage_bots(deploy)Notes
OPENCODE_API_KEYin their environment or via Condor's config manager.Sign up at https://opencode.ai/go (first month $5, then $10/month).