Files
Genarrative/server-rs/crates/api-server/config/editor-generation-pricing.default.json
lhk229 392741215c
Project CI / Repository checks (pull_request) Failing after 7s
Project CI / Backend tests (pull_request) Failing after 7s
Project CI / Frontend tests (pull_request) Successful in 2m52s
Project CI / Native shell tests (pull_request) Successful in 13m43s
完成 SFX V2 T5 正式生成链路
接通 Luna 英文化、ElevenLabs 单次生成、MP3 校验、OSS 与权威元数据写回
演进站内和 External v1 契约、幂等参数、详情重绘与 Agent 音效模型
新增 ElevenLabs 动态定价键及历史定价快照兼容
同步 OpenAPI、外部 Agent Skill、共享计划与决策记录
2026-08-07 06:13:34 +00:00

80 lines
1.3 KiB
JSON

{
"models": {
"gemini-3.1-flash-image-preview": {
"unit": "perGeneration",
"prices": {
"0.5K": 8,
"1K": 12,
"2K": 24
}
},
"gpt-image-2": {
"unit": "perGeneration",
"prices": {
"1K": 3,
"2K": 5
}
},
"seedance2.0-fast": {
"unit": "perSecond",
"prices": {
"480p": 10,
"720p": 20,
"1080p": 40
}
},
"seedance2.0": {
"unit": "perSecond",
"prices": {
"480p": 12,
"720p": 24,
"1080p": 48
}
},
"kling3.0": {
"unit": "perSecond",
"prices": {
"480p": 15,
"720p": 30,
"1080p": 60
}
},
"kling3.0-omni": {
"unit": "perSecond",
"prices": {
"480p": 20,
"720p": 40,
"1080p": 80
}
},
"veo3.1": {
"unit": "perSecond",
"prices": {
"480p": 10,
"720p": 20,
"1080p": 40
}
},
"veo3.1-fast": {
"unit": "perSecond",
"prices": {
"480p": 10,
"720p": 20,
"1080p": 40
}
},
"audio1.0": {
"unit": "perGeneration",
"price": 5
},
"eleven_text_to_sound_v2": {
"unit": "perGeneration",
"price": 5
},
"chirp-v5": {
"unit": "perGeneration",
"price": 12
}
}
}