This commit is contained in:
yumoqing 2026-04-01 15:57:53 +08:00
parent fb2c6383f9
commit 1e0158ad1f

View File

@ -118,7 +118,6 @@ data: [DONE]
使用seedance的例子 使用seedance的例子
``` ```
#!/usr/bin/env bash #!/usr/bin/env bash
# "model": "doubao-seedance-1-5-pro-251215",
curl -X POST https://opencomputing.ai/llmage/video \ curl -X POST https://opencomputing.ai/llmage/video \
-H "Content-Type: application/json" \ -H "Content-Type: application/json" \
-H "Authorization: Bearer <your-apikey-from-opencomputing.ai" \ -H "Authorization: Bearer <your-apikey-from-opencomputing.ai" \
@ -281,7 +280,6 @@ curl -X POST https://opencomputing.ai/llmage/video \
### 例子 ### 例子
``` ```
#!/usr/bin/env bash #!/usr/bin/env bash
# "model": "doubao-seedance-1-5-pro-251215",
curl -X GET https://opencomputing.ai/llmage/tasks?taskid=$1 \ curl -X GET https://opencomputing.ai/llmage/tasks?taskid=$1 \
-H "Content-Type: application/json" \ -H "Content-Type: application/json" \
-H "Authorization: Bearer <your-apikey-from-opencomputing.ai>" -H "Authorization: Bearer <your-apikey-from-opencomputing.ai>"