quote_frames
Get a quote before batch frame generation. Specify episode, frame type, and optional model to see estimated points and price breakdown with zero deduction.
Instructions
报价:给某一集批量出帧要多少点。返回 frames_to_generate、estimated_points、quote_id。零扣费。frame_type 默认 first_frame(只给缺首帧的镜出);last_frame 只给「已有首帧且缺尾帧」的镜出;both 两者都补。★报价按实际会用的模型与分辨率分档,响应带 price_breakdown(逐档张数与单价);打算在 generate_frames 里临时换模型,报价时就要把同一个 image_model 传进来,否则两边不是一个价。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| episode_id | Yes | ||
| frame_type | No | 默认 first_frame;last_frame=补尾帧;both=首尾都补 | |
| image_model | No | 按这个模型报价(须与随后 generate_frames 传的一致;不传=用 drama 级设定,默认香蕉2) |