本文へ移動
メイン ドキュメント
ドキュメント

Connect Agents & Harnesses

Anything that lets you set a custom API base URL can talk to kotoba.cloud. Copy-paste setup for popular finished tools.

Two rules that apply to every tool

1. Model names are always qwen3.8-flash-next-whitehacker (catalog: /v1/models)

2. Whether the base URL keeps /v1 depends on the protocol: OpenAI-compatible tools → https://api.kotoba.cloud/v1 (with /v1). Anthropic-protocol-compatible tools → https://api.kotoba.cloud (no /v1 — the tool appends the path itself).

Shell
# list every available model id
curl https://api.kotoba.cloud/v1/models \
  -H "Authorization: Bearer $KOTOBA_API_TOKEN"

Per-tool pages