简体中文
image_generation
curl --location --request POST 'https://geekai.co/api/v1/responses' \ --header 'Authorization: Bearer {YOUR_GEEKAI_API_KEY}' \ --header 'Content-Type: application/json' \ --data-raw '{ "model": "gpt-4.1", "input": "画一只可爱的小猫", "tools": [ { "type": "image_generation" } ] }'
gpt-4.1
gpt-4.1-mini
gpt-4.1-nano
gpt-4o
gpt-4o-mini
o3
gpt-image-1
curl --location --request POST 'https://geekai.co/api/v1/responses' \ --header 'Authorization: Bearer {YOUR_GEEKAI_API_KEY}' \ --header 'Content-Type: application/json' \ --data-raw '{ "model": "gpt-4.1", "input": "画一只可爱的小猫", "tools": [ { "type": "image_generation", "background": "transparent", "quality": "high" } ] }'