Worker AI Usage
Hi, how can I get statistics of workers AI usage? I don't see any api documentation for it? Is it possible?
3 Replies
Hi there @Tojak have you seen AI Gateway? https://developers.cloudflare.com/ai-gateway/providers/workersai/
Cloudflare Docs
Workers AI · Cloudflare AI Gateway docs
Use AI Gateway for analytics, caching, and security on requests to Workers AI.
I think this might be exactly what you are looking for (and more!)
OpenAI's chat-completion API returns token usage information
the data returned by the non-stream API contains
The stream API also returns
usage
in the last chunk of the stream.
Does cloudflare plan to return this information? This is very useful for statistics.