Files
Genarrative/server-rs/crates/api-server/config/editor-generation-pricing.default.json
T
k88936 9fc55a5cac 写入Tripo 3D泥点默认价并锁定credit换算口径
- 受控默认配置新增 model3d 段:底价按端点 × 模型版本 × 是否有贴图,add-on 六项独立计价

- 换算口径固定为泥点 = ceil(0.8 × Tripo 官方 credit),H 系列 10/20 与 20/30、P1 30/40 与 40/50、P2 100/110

- editor_generation_config 定向用例按 credit 表反算默认泥点价,改价必须先改 credit 表

- 段缺失语义改为显式摘段验证,仍保持 fail closed 不扣费不入队

- 主规范、里程碑、实施计划与定价管理方案同步默认价已确认与部署侧 override 风险
2026-09-21 22:07:55 +08:00

106 lines
2.2 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
}
},
"model3d": {
"basePrices": {
"text-to-model": {
"v3.1-20260211": { "noTexture": 8, "texture": 16 },
"v3.0-20250812": { "noTexture": 8, "texture": 16 },
"v2.5-20250123": { "noTexture": 8, "texture": 16 },
"P1-20260311": { "noTexture": 24, "texture": 32 },
"P2-20260801": { "noTexture": 80, "texture": 88 }
},
"image-to-model": {
"v3.1-20260211": { "noTexture": 16, "texture": 24 },
"v3.0-20250812": { "noTexture": 16, "texture": 24 },
"v2.5-20250123": { "noTexture": 16, "texture": 24 },
"P1-20260311": { "noTexture": 32, "texture": 40 },
"P2-20260801": { "noTexture": 80, "texture": 88 }
}
},
"addOnPrices": {
"hdTexture": 8,
"ultraTexture": 16,
"hdGeometry": 16,
"quadMesh": 4,
"smartLowPoly": 8,
"generateParts": 16
}
}
}