Skip to content

Doubao (Volcengine Ark) Settings

OpenAICompatible setup

python
from agently import Agently

Agently.set_settings("OpenAICompatible", {
  "base_url": "https://ark.cn-beijing.volces.com/api/v3",
  "api_key": "YOUR_DOUBAO_API_KEY",
  # model is the endpoint ID from Volcengine console
  "model": "ep-xxxx"
})