Image to Text with Workers AI.
Hello! I'm testing out some options for creating image alt text using AI.
Most API endpoints I've trialed take a image URL string as the input paramter.
The cloudflare API JSON schema is unfamiliar to me - where am I passing the image here?
https://developers.cloudflare.com/workers-ai/models/uform-gen2-qwen-500m/
The Cloudflare API docs also don't seem to list Image to Text as an available endpoint.
https://developers.cloudflare.com/api/operations/workers-ai-post-run-cf-microsoft-resnet-50
Finally, the API offers GET for model search. https://developers.cloudflare.com/api/operations/workers-ai-search-model
I found the url listed doesn't work:
But this did return a bunch of models, including the image-to-text model I want to trial (@cf/unum/uform-gen2-qwen-500m)
Can someone help me decipher if an image-to-text endpoint is available and how to send that request? The docs are really confusing me here.
Most API endpoints I've trialed take a image URL string as the input paramter.
The cloudflare API JSON schema is unfamiliar to me - where am I passing the image here?
https://developers.cloudflare.com/workers-ai/models/uform-gen2-qwen-500m/
The Cloudflare API docs also don't seem to list Image to Text as an available endpoint.
https://developers.cloudflare.com/api/operations/workers-ai-post-run-cf-microsoft-resnet-50
Finally, the API offers GET for model search. https://developers.cloudflare.com/api/operations/workers-ai-search-model
I found the url listed doesn't work:
https://api.cloudflare.com/client/v4/apiv4/accounts/{account_id}/models/searchBut this did return a bunch of models, including the image-to-text model I want to trial (@cf/unum/uform-gen2-qwen-500m)
https://api.cloudflare.com/client/v4/accounts/{{account_id}}/ai/models/searchCan someone help me decipher if an image-to-text endpoint is available and how to send that request? The docs are really confusing me here.
Cloudflare Docs
Run AI models in Workers, Pages, or via API.

Interact with Cloudflare's products and services via the Cloudflare API
Interact with Cloudflare's products and services via the Cloudflare API