← Back to directory

POST /v1/vision/describe — @cf/meta/llama-3.2-11b-vision-instruct (Workers AI, x...

https://ged-x402.jvalamis.workers.dev/v1/vision/describe

Overview

POST /v1/vision/describe — @cf/meta/llama-3.2-11b-vision-instruct (Workers AI, x402)

Protocol x402
Price $0.88
Payment Asset USDC
Payment Network Base Sepolia
Category uncategorized
Provider ged-x402
Source bazaar
Indexed 2026-06-16 08:15:41

Health

Status unknown
Latency (p50)
Uptime (30d)
Reliability Score
Last Checked Never
Last Healthy Never
Consecutive Failures 0

x402 Payment Validation

Payment Requirements
Asset Verified
Facilitator

Input Schema

{ "body": { "image": "<base64>", "max_tokens": 256, "prompt": "Describe this image." }, "bodyType": "json", "discoverable": true, "method": "POST", "schema": { "properties": { "image": { "description": "Base64-encoded image bytes", "type": "string" }, "max_tokens": { "maximum": 1024, "minimum": 1, "type": "integer" }, "prompt": { "type": "string" } }, "required": [ "image" ], "type": "object" }, "type": "http" }

Output Schema

{ "description": "A sunset over mountains with orange and purple sky." }