The AI gateway seems not working yet with @cf/black-forest-labs/flux-1-schnell model

The AI gateway with @cf/black-forest-labs/flux-1-schnell model produce error "AI External cannot call model". Has anyone experience the same issue?

const response = await env.AI.run( '@cf/black-forest-labs/flux-1-schnell', inputs, { gateway: { id: "io-ai-gateway", // This doesn't work yet for flux-1-schnell skipCache: false, cacheTtl: 3360, }, }, );
Was this page helpful?