hermes - 💡(How to fix) Fix feat: add Volcengine (火山引擎) as built-in provider

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…

Code Example

model:
  provider: volcengine
  base_url: https://ark.cn-beijing.volces.com/api/v3
  api_key: <your-api-key>
  default: deepseek-v4
RAW_BUFFERClick to expand / collapse

Feature Description

Add Volcengine (火山引擎 / ByteDance) as a built-in model provider in Hermes Agent, supporting their Coding Plan (Agent Plan) subscription.

Motivation

Volcengine already has an official Hermes Agent integration guide in their documentation:

They support the same DeepSeek models (V3, R1, V4) through an OpenAI-compatible API at a subscription-based pricing model that is significantly more cost-effective than per-token pricing.

Why this matters for Hermes users:

  • Volcengine Coding Plan offers fixed monthly pricing with generous token quotas
  • Same model quality (DeepSeek-V4, etc.) at a fraction of per-token cost
  • Many Chinese developers already use Volcengine for AI services
  • They already have integration docs for Claude Code, OpenCode, OpenClaw, Hermes Agent, TRAE, OpenViking — showing clear intent to support the AI coding agent ecosystem

Technical Details

API endpoint: https://ark.cn-beijing.volces.com/api/v3 Auth: API Key (Bearer token) Format: OpenAI-compatible Chat Completions API Models available through Coding Plan: DeepSeek-V3, DeepSeek-R1, DeepSeek-V4, Doubao, etc.

Configuration reference (from their Hermes Agent doc):

model:
  provider: volcengine
  base_url: https://ark.cn-beijing.volces.com/api/v3
  api_key: <your-api-key>
  default: deepseek-v4

Proposed Solution

Add volcengine as a provider preset in Hermes Agent, similar to how DeepSeek, OpenAI, Anthropic etc. are already built-in. The preset should:

  1. Pre-configure base_url to https://ark.cn-beijing.volces.com/api/v3
  2. Show up in hermes model interactive picker
  3. Support API key via VOLCENGINE_API_KEY env var
  4. List available models (deepseek-v3, deepseek-r1, deepseek-v4, etc.)

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING