/** * PPIO (派欧云) * * - 官网:https://ppinfra.com/ * - 控制台 / API key:https://ppinfra.com/user/api-keys * - 模型广场:https://ppinfra.com/model * - API 文档:https://ppinfra.com/docs/model-api * * 聚合型推理平台,代理 DeepSeek / Qwen / Moonshot / MiniMax / GLM / 百度 ERNIE 等, * 模型更新频繁(每周都有新 id),bank 只维护主流文本 chat 模型, * 元数据以 live /models probe 为准。 */ import type { InkosEndpoint } from "../types.js"; export declare const PPIO: InkosEndpoint; //# sourceMappingURL=ppio.d.ts.map