{{ selected.method }}
{{ selected.path }}
计费标准 {{ userDiscountRatio }}% {{ relevantBillingRules.length }} 项
| 模型 | 素材含视频 | 分辨率 | 单价(元/秒) |
|---|---|---|---|
| {{ r.model }} | {{ r.withVideo === 'WITHVIDEO' ? '是' : '否' }} | {{ r.resolution }} | ¥{{ (discountedPrice(parseInt(r.pricePerSecond)) / 100).toFixed(2) }}/秒 |
{{ billingLoading ? '加载中...' : '暂无计费规则' }}
| 模型 | 分辨率 | 单价(元) |
|---|---|---|
| {{ r.model || '-' }} | {{ r.resolution }} | ¥{{ (discountedPrice(parseInt(r.price)) / 100).toFixed(2) }} |
{{ billingLoading ? '加载中...' : '暂无计费规则' }}
| 模型 | 输入(元/百万Token) | 输出(元/百万Token) | 最低费用(元) |
|---|---|---|---|
| {{ r.model }} | ¥{{ parseFloat(r.inputPerMillion).toFixed(2) }} (0-{{ r.tiers ? JSON.parse(r.tiers)[0].thresholdK + 'K' : '∞' }}) | ¥{{ parseFloat(r.outputPerMillion).toFixed(2) }} | ¥{{ parseFloat(r.minimum).toFixed(2) }} |
| ¥{{ t.inputPerMillion.toFixed(2) }} ({{ t.thresholdK }}K+) | ¥{{ t.outputPerMillion.toFixed(2) }} |
{{ billingLoading ? '加载中...' : '暂无计费规则' }}
视频
| 模型 | 素材含视频 | 分辨率 | 单价(元/秒) |
|---|---|---|---|
| {{ r.model }} | {{ r.withVideo === 'WITHVIDEO' ? '是' : '否' }} | {{ r.resolution }} | ¥{{ (discountedPrice(parseInt(r.pricePerSecond)) / 100).toFixed(2) }}/秒 |
图像
| 模型 | 分辨率 | 单价(元) |
|---|---|---|
| {{ r.model || '-' }} | {{ r.resolution }} | ¥{{ (discountedPrice(parseInt(r.price)) / 100).toFixed(2) }} |
LLM
| 模型 | 输入(元/百万Token) | 输出(元/百万Token) | 最低费用(元) |
|---|---|---|---|
| {{ r.model }} | ¥{{ parseFloat(r.inputPerMillion).toFixed(2) }} (0-{{ JSON.parse(r.tiers)[0].thresholdK }}K) | ¥{{ parseFloat(r.outputPerMillion).toFixed(2) }} | ¥{{ parseFloat(r.minimum).toFixed(2) }} |
| ¥{{ t.inputPerMillion.toFixed(2) }} ({{ t.thresholdK }}K+) | ¥{{ t.outputPerMillion.toFixed(2) }} |
| 方案 | 单价(元/分钟) |
|---|---|
| {{ r.planName }} | ¥{{ (discountedPrice(parseInt(r.pricePerMinute)) / 100).toFixed(2) }}/分钟 |
{{ billingLoading ? '加载中...' : '暂无计费规则' }}
| 角色 | 折扣比例 |
|---|---|
| {{ r.role }} | {{ parseInt(r.ratio) === 100 ? '原价 (100%)' : r.ratio + '% (' + (parseInt(r.ratio) / 10).toFixed(1) + '折)' }} |
{{ billingLoading ? '加载中...' : '暂无计费规则' }}
{{ billingCollapsed ? '展开全部 ' + relevantBillingRules.length + ' 项 ↓' : '收起 ↑' }}
登录后查看计费信息
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
| {{ 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) }}
输入: {{ currentLlmModelPrice.input }}/百万Token
输出: {{ currentLlmModelPrice.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 }}
暂无图像