{{ selected.method }}
{{ selected.path }}
{{ selected.description }}
计费标准
| 模型 | 素材含视频 | 分辨率 | 单价(元/秒) |
|---|---|---|---|
| {{ r.model }} | {{ r.withVideo === 'WITHVIDEO' ? '是' : '否' }} | {{ r.resolution }} | ¥{{ (parseInt(r.pricePerSecond) / 100).toFixed(2) }}/秒 |
{{ billingLoading ? '加载中...' : '暂无计费规则' }}
| 分辨率 | 单价(元) |
|---|---|
| {{ r.resolution }} | ¥{{ (parseInt(r.price) / 100).toFixed(2) }} |
{{ billingLoading ? '加载中...' : '暂无计费规则' }}
| 模型 | 输入(元/百万Token) | 输出(元/百万Token) | 最低费用(元) |
|---|---|---|---|
| {{ r.model }} | ¥{{ parseInt(r.inputPer1k).toFixed(2) }} | ¥{{ parseInt(r.outputPer1k).toFixed(2) }} | ¥{{ (parseInt(r.minimum) / 100).toFixed(2) }} |
{{ billingLoading ? '加载中...' : '暂无计费规则' }}
视频
| 模型 | 素材含视频 | 分辨率 | 单价(元/秒) |
|---|---|---|---|
| {{ r.model }} | {{ r.withVideo === 'WITHVIDEO' ? '是' : '否' }} | {{ r.resolution }} | ¥{{ (parseInt(r.pricePerSecond) / 100).toFixed(2) }}/秒 |
图像
| 分辨率 | 单价(元) |
|---|---|
| {{ r.resolution }} | ¥{{ (parseInt(r.price) / 100).toFixed(2) }} |
LLM
| 模型 | 输入(元/百万Token) | 输出(元/百万Token) | 最低费用(元) |
|---|---|---|---|
| {{ r.model }} | ¥{{ parseInt(r.inputPer1k).toFixed(2) }} | ¥{{ parseInt(r.outputPer1k).toFixed(2) }} | ¥{{ (parseInt(r.minimum) / 100).toFixed(2) }} |
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
| {{ p.key }} | {{ p.jsonType || p.type }} | {{ p.required ? '是' : '否' }} | {{ p.desc }} 可选: {{ fmtOptions(p.options) }} 默认: {{ fmtDefault(p.default, p.options) }} |
请求示例
{{ selected.example }}
响应参数
| 字段 | 类型 | 说明 |
|---|---|---|
| {{ r.key }} | {{ r.type }} | {{ r.desc }} |
响应示例
{{ selected.responseExample }}
{{ apiKeyInput.substring(0,6) }}****{{ apiKeyInput.substring(apiKeyInput.length-4) }}
输入 sk-... 或从下方选择
{{ accountUser ? '暂无 API KEY,请先在账户管理中创建' : '请先登录账户' }}
{{ k.name || '未命名' }}
{{ k.apiKey.substring(0,6) }}****{{ k.apiKey.substring(k.apiKey.length-4) }}
参考素材
{{ idx }}
使用
<<<0>>> 引用素材,数字为素材序号(从0开始)
已引用 {{ referencedCount }} / {{ validMaterials.length }} 个素材
未引用: {{ unreferencedMaterials.map(m => '素材' + m.idx).join(', ') }}
{{ t.slice(0,20) }}
名称: {{ currentLlmModel.name }}
上下文: {{ formatTokens(currentLlmModel.ctx) }}
最大输出: {{ formatTokens(currentLlmModel.maxOut) }}
输入: {{ formatPpioPrice(currentLlmModel.input) }}/百万Token
输出: {{ formatPpioPrice(currentLlmModel.output) }}/百万Token
输入模态:
{{ mod }}
特性:
{{ f }}
{{ part.type==='video_url'?'视频':'图片' }}
PPIO 参考价格
输入: {{ formatPpioPrice(ppioRefPrice.input) }}/百万Token
输出: {{ formatPpioPrice(ppioRefPrice.output) }}/百万Token
计费项
{{ billingPreview.id }}
单价
¥{{ billingPreview.pricePerSecond }}/秒
时长
{{ billingPreview.duration }}秒
预计费用
¥{{ billingPreview.total }}
计费项未配置:{{ billingPreview.id }}
计费项
{{ billingPreview.id }}
单价
¥{{ billingPreview.price }}
计费项未配置:{{ billingPreview.id }}
响应结果
点击「发送请求」查看响应
{{ response.status }} {{ response.statusText }}
{{ response.time }}ms
{{ img.title }}
暂无图像