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 






Error: AiError: 5010: Couldn't fetch external AI provider response (500, Internal Server Error)
@cf/mistral/mistral-7b-instruct-v0.1Error: AiError: 5010: Couldn't fetch external AI provider response (500, Internal Server Error){"errors":[{"message":"AiError: AiError: Unknown internal error","code":3028}],"success":false,"result":{},"messages":[]} if (attachment) {
const res = await fetch("https://img.xyz" + attachment).catch(() => null);
blob = await res?.arrayBuffer();
}
const response = await env.AI.run(model as any || '@cf/meta/llama-3.1-8b-instruct', {
stream: stream,
messages,
max_tokens: 512,model (meta llama)
...(blob && { image: [...new Uint8Array(blob)] }),
}