/** * 阶跃星辰 (StepFun) * * - 官网:https://www.stepfun.com/ * - 控制台 / API key:https://platform.stepfun.com/interface-key * - API 文档:https://platform.stepfun.com/docs/overview/concept */ import type { InkosEndpoint } from "../types.js"; export declare const STEPFUN: InkosEndpoint; //# sourceMappingURL=stepfun.d.ts.map