接口
POST /images/generations从 Prompt 生成一到四张图像。 Base URL 为
https://api.modelrush.ai/v1。请求
字段:model, prompt; optional n, size, quality, output_format, watermark, thinking_mode, region。已认证路由发送
Authorization: Bearer $MODELRUSH_API_KEY;JSON Body 发送 Content-Type: application/json。响应
字段:202 Prediction for async models, otherwise generation_request_id, model, region, image data。保存返回的 request 或 generation 标识。生成输出及其 Provider 文件引用会在请求完成 24 小时后从 ModelRush 数据库清除;需要长期使用的结果请及时下载。
错误
无效输入返回带结构化错误的 4xx。
403 的 adult_attestation_required、portrait_rights_attestation_required 或 person_rights_confirmation_required 必须由账户用户处理,绝不能自动重试。429 按 Retry-After 重试;5xx 只能用有限次数退避重试。