/** * 智谱 GLM (Zhipu AI) * * - 官网:https://www.bigmodel.cn/ * - 控制台:https://open.bigmodel.cn/ * - API key:https://open.bigmodel.cn/usercenter/proj-mgmt/apikeys * - API 文档:https://docs.bigmodel.cn/cn/api/normal-model/glm-4 * - 模型列表:https://open.bigmodel.cn/dev/howuse/model */ import type { InkosEndpoint } from "../types.js"; export declare const ZHIPU: InkosEndpoint; //# sourceMappingURL=zhipu.d.ts.map