feat(server-core): catalog 透传 per_image_input_price(按张输入价)
This commit is contained in:
@@ -86,6 +86,7 @@ def _map(row: dict) -> dict:
|
||||
"text_input_price": row.get("text_input_price", 0) or 0,
|
||||
"image_output_price": row.get("image_output_price", 0) or 0,
|
||||
"per_image_price": row.get("per_image_price", 0) or 0,
|
||||
"per_image_input_price": row.get("per_image_input_price", 0) or 0,
|
||||
"image_specs": row.get("image_specs", "") or "[]",
|
||||
"image_cache_input_price": row.get("image_cache_input_price", 0) or 0,
|
||||
"text_cache_input_price": row.get("text_cache_input_price", 0) or 0,
|
||||
|
||||
Reference in New Issue
Block a user