Claude
generate_image
Generate an AI image from a text prompt using Claude Imagine credits. Returns the image URL.
Remote xuxuanzhou2015/claude-imagine
Remote (network-hosted)
Other tools also called generate_image?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"model": {
"enum": [
"nano-banana-2",
"gpt-image-2",
"seedream-4.5",
"flux-2-pro",
"z-image"
],
"type": "string",
"description": "Image model; defaults to nano-banana-2"
},
"prompt": {
"type": "string",
"maxLength": 2000,
"minLength": 1,
"description": "Image description"
},
"aspect_ratio": {
"enum": [
"1:1",
"4:3",
"3:4",
"16:9",
"9:16"
],
"type": "string",
"description": "Image aspect ratio; defaults to 1:1"
}
}
}