I do believe that the warning is a bug. I am only 93.8 neurons in for today π§
I do believe that the warning is a bug. I am only 93.8 neurons in for today 

@cf/openai/whisper is this a bug on the dashboard. tbh i dont even know this was being run anywhere as i never really had the failover ever trigger....
this.env.AI.run('@cf/openai/whisper-large-v3-turbo. i cant find any reference to the othe rone yet i see it in my dashboard. ...


assistant message.cloudflare/ai-utils making this simpler, but I'm struggling with that one right now (see my thread from sunday)

gateway (as shown in the AI Gateway docs: https://developers.cloudflare.com/ai-gateway/providers/workersai/#workers-binding)runWithTools are very composable.. or am I missing something?

@cf/myshell-ai/melotts does not support chinese which the original model does support{ image: string } is there a way to have it output the usage data, similar to the { usage: { prompt_tokens: number, completion_tokens: number, total_tokens: number }} output for text generation models? Based on the pricing, I'd assume it would be something like { usage: { tiles: number, steps: number }}? Or does this just need to be calculated on each usage on our end using the default step of 4 if none is provided as input, and measuring the output image size?



401 Unauthorized errors in my logs indicate that the authentication for Workers AI is failing, despite the correct binding. This suggests issues with account permissions, missing API tokens, or a misconfiguration in the Workers AI setup. whisper turbo large v3 in the vars section of my wrangler.toml file?WORKERS_AI_TOKEN = "gdhd". i suppose i need to add the workers ai api token too?InferenceUpstreamError [AiError]: 5023: JSON Schema mode is not supported with stream mode.@cf/openai/whisperthis.env.AI.run('@cf/openai/whisper-large-v3-turboassistantcloudflare/ai-utilsgatewayrunWithTools@cf/myshell-ai/melotts{ image: string }{ usage: { prompt_tokens: number, completion_tokens: number, total_tokens: number }}{ usage: { tiles: number, steps: number }}[ai]
binding = "AI"401 Unauthorizedwhisper turbo large v3varsWORKERS_AI_TOKEN = "gdhd"workers ai