/** * Moonshot AI (Kimi) * * - 官网:https://www.moonshot.cn/ * - 控制台:https://platform.moonshot.cn/console/ * - API key:https://platform.moonshot.cn/console/api-keys * - API 文档:https://platform.moonshot.cn/docs/api-reference * - 模型列表:https://platform.moonshot.cn/docs/pricing/chat */ import type { InkosEndpoint } from "../types.js"; export declare const MOONSHOT: InkosEndpoint; //# sourceMappingURL=moonshot.d.ts.map