II.
Capability JSON
Structured · livecapability:supports-image-output
Supports image output json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "capability:supports-image-output",
"_kind": "Capability",
"_file": "capabilities/capabilities/missing-universal-capabilities.yaml",
"_cluster": "capabilities",
"attributes": {
"displayName": "Supports image output",
"description": "The agent can emit image content blocks back to the user (model-\ngenerated images, charts, screenshots). Distinct from vision-input\n(image accepted) and from file-attachments (images via attachment).\n",
"appliesToNodeKinds": [
"AgentVersion",
"ModelVersion"
],
"category": "vision-io"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "agentVersion:claude:ge-0-0-0",
"to": "capability:supports-image-output",
"kind": "supports",
"attributes": {
"versionRange": ">=1.0.0 <2.0.0",
"level": "partial",
"notes": "Image output is provider-bound (Anthropic Messages API does not currently emit image blocks; some hosted models do)."
}
},
{
"from": "agentVersion:cursor:ge-0-0-0",
"to": "capability:supports-image-output",
"kind": "supports",
"attributes": {
"versionRange": ">=0.40.0",
"level": "partial",
"notes": "Image output is provider-bound; Cursor surfaces images returned by the underlying model."
}
}
]
}