/** * 七牛云 AI 推理 (Qiniu) * * - 官网:https://www.qiniu.com/ * - 控制台 / API key:https://portal.qiniu.com/ai-inference/api-key * - API 文档:https://developer.qiniu.com/aitokenapi */ import type { InkosEndpoint } from "../types.js"; export declare const QINIU: InkosEndpoint; //# sourceMappingURL=qiniu.d.ts.map