8 lines
395 B
TOML
8 lines
395 B
TOML
# Chat reasoning: POST https://open.bigmodel.cn/api/paas/v4/chat/completions with
|
|
# `thinking.type = "enabled" | "disabled"` (default: enabled).
|
|
# https://docs.bigmodel.cn/cn/guide/capabilities/thinking (accessed 2026-06-25)
|
|
name = "Zhipu AI"
|
|
env = ["ZHIPU_API_KEY"]
|
|
npm = "@ai-sdk/openai-compatible"
|
|
doc = "https://docs.z.ai/guides/overview/pricing"
|
|
api = "https://open.bigmodel.cn/api/paas/v4" |