i think its 10,000 neurons per day for free plan
i think its 10,000 neurons per day for free plan

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.1-8b-instruct', {
messages,
stream: true,
max_tokens:10000
});@cf/mistral/mistral-7b-instruct-v0.1{"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)] }),
}