{"name":"image-caption-localize","description":"Captions an image and translates the caption into any of 100+ languages in one call. Composite: one call runs describe-image + translate. A vision LLM writes a single-sentence caption, then it is translated into the target language. Returns the source caption, translated caption, and per-component telemetry. Use it for translated image captions, multilingual alt text, or vision caption plus translation.","price":"$0.04","method":"POST","input_schema":{"properties":{"image_url":{"type":"string","description":"Public http(s) URL of the image to caption. Max 2048 chars."},"target_language":{"type":"string","description":"Target language name or ISO code (e.g. 'Japanese', 'ja'). Max 60 chars."}},"required":["image_url","target_language"]},"input_example":{"image_url":"https://upload.wikimedia.org/wikipedia/commons/thumb/c/c8/Altja_j%C3%B5gi_Lahemaal.jpg/1280px-Altja_j%C3%B5gi_Lahemaal.jpg","target_language":"Spanish"},"output_example":{"image_url":"https://upload.wikimedia.org/wikipedia/commons/thumb/c/c8/Altja_j%C3%B5gi_Lahemaal.jpg/1280px-Altja_j%C3%B5gi_Lahemaal.jpg","caption":"A forest river flows over mossy rocks.","target_language":"Spanish","translated_caption":"Un rio forestal fluye sobre rocas cubiertas de musgo.","composed_of":["describe-image","translate"],"components":[{"name":"describe-image","ok":true,"ms":2500},{"name":"translate","ok":true,"ms":1100}],"degraded":false},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}