<@575799975116800030> do you know who the Workers PM is? The issue could also be resolved with chang
@Isaac McFadyen do you know who the Workers PM is? The issue could also be resolved with changes to Worker locations.

f55b85c8a963663b11036975203c63c0. I am using the http api to run it so i dont have a script name for this@cf/mistral/mistral-7b-instruct-v0.1 model because i didnt know the v0.2 model existed on cloudflare until 2 minutes ago 


const answer = await ctx.env.AI.run('@cf/meta/llama-3-8b-instruct', {
prompt: "Write 2000 words article",
stream: true
});const answer = await ctx.env.AI.run('@cf/meta/llama-3.1-8b-instruct', {
messages,
stream: true,
max_tokens:10000
});f55b85c8a963663b11036975203c63c0@cf/mistral/mistral-7b-instruct-v0.1{"errors":[{"message":"AiError: AiError: Unknown internal error","code":3028}],"success":false,"result":{},"messages":[]}