Files
Moltbot/docs/providers/qianfan.md
Seb Slight 929a3725d3 docs: canonicalize docs paths and align zh navigation (#11428)
* docs(navigation): canonicalize paths and align zh nav

* chore(docs): remove stray .DS_Store

* docs(scripts): add non-mint docs link audit

* docs(nav): fix zh source paths and preserve legacy redirects (#11428) (thanks @sebslight)

* chore(docs): satisfy lint for docs link audit script (#11428) (thanks @sebslight)
2026-02-07 15:40:35 -05:00

1.1 KiB

summary, read_when, title
summary read_when title
Use Qianfan's unified API to access many models in OpenClaw
You want a single API key for many LLMs
You need Baidu Qianfan setup guidance
Qianfan

Qianfan Provider Guide

Qianfan is Baidu's MaaS platform, provides a unified API that routes requests to many models behind a single endpoint and API key. It is OpenAI-compatible, so most OpenAI SDKs work by switching the base URL.

Prerequisites

  1. A Baidu Cloud account with Qianfan API access
  2. An API key from the Qianfan console
  3. OpenClaw installed on your system

Getting Your API Key

  1. Visit the Qianfan Console
  2. Create a new application or select an existing one
  3. Generate an API key (format: bce-v3/ALTAK-...)
  4. Copy the API key for use with OpenClaw

CLI setup

openclaw onboard --auth-choice qianfan-api-key