quality 参数进一步设置图片质量,quality 参数支持以下选项:
low:低质量medium:中等质量(默认)high:高质量
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl --location --request POST 'https://geekai.co/api/v1/images/clarify' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer $GEEKAI_API_KEY' \
--data '{
"model": "jimeng-image-clarify-v3",
"image": "https://static.geekai.co/image/2025/08/29/9288e4be0f8d97fca9e4ff7ae5fcd078.png"
}'
quality 参数进一步设置图片质量,quality 参数支持以下选项:
low:低质量medium:中等质量(默认)high:高质量curl --location --request POST 'https://geekai.co/api/v1/images/clarify' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer $GEEKAI_API_KEY' \
--data '{
"model": "jimeng-image-clarify-v3",
"image": "https://static.geekai.co/image/2025/08/29/9288e4be0f8d97fca9e4ff7ae5fcd078.png",
"quality": "high"
}'
此页面对您有帮助吗?
