```ts await env.AI.run( "@cf/openai/whisper-large-v3-turbo", { audio: audioBase64 }

await env.AI.run(
      "@cf/openai/whisper-large-v3-turbo",
      { audio: audioBase64 }
    );
just like the ai docs say
Was this page helpful?