I can use `@cf/meta/llama-3.2-3b-instruct` in the playground, but it fails the type checks with late

I can use @cf/meta/llama-3.2-3b-instruct in the playground, but it fails the type checks with latest version of the
wrangler
and @cloudflare/workers-types packages. I can "cheat" by doing this:

await env.AI.run('@cf/meta/llama-3.2-3b-instruct' as never, {


It seems weird to couple types to something as dynamic as the models available on the platform...
Was this page helpful?