Add image-designer skill, align billing to DeepSeek ×1, and enrich Plaza demo.
Introduce AI image generation with chat shortcut and agent API, improve MindSpace chat-to-page save resolution, and seed Plaza covers with production deploy scripts. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
// DeepSeek V4 Flash 公开价($/1M tokens,cache-miss 输入);见 api-docs.deepseek.com
|
||||
export const DEEPSEEK_FLASH_INPUT_USD_PER_1M = 0.14;
|
||||
export const DEEPSEEK_FLASH_OUTPUT_USD_PER_1M = 0.28;
|
||||
export const DEEPSEEK_BILLING_MARKUP = 3;
|
||||
export const DEEPSEEK_BILLING_MARKUP = 1;
|
||||
|
||||
function deepSeekFlashCentsPer1k(usdPer1M, usdCnyRate) {
|
||||
return (usdPer1M / 1000) * usdCnyRate * 100 * DEEPSEEK_BILLING_MARKUP;
|
||||
|
||||
Reference in New Issue
Block a user