Flux also returns a 500 error for me and other users in this discord, any idea why?

Flux also returns a 500 error for me and other users in this discord, any idea why?
17 Replies
aperture
aperture•3w ago
it seems like seed in all stable diffusion models does not work at all. I'm trying to use the same seed and it all produced different output am I doing anything wrong :?
Mrinank
Mrinank•3w ago
i am getting Error: Too many subrequests while running text embedding "@cf/baai/bge-base-en-v1.5", what is the limit? and how to bypass this
Kathy
Kathy•3w ago
Cloudflare Docs
Limits | Cloudflare Workers AI docs
Workers AI is now Generally Available. We’ve updated our rate limits to reflect this.
Advany
Advany•3w ago
to bad they removed all the options... 😦
kamlesh
kamlesh•3w ago
Hi everyone! Does anyone know how to disable or remove the data-cfsrc tag? It automatically applies on mobile devices.
Bao N.
Bao N.•3w ago
Tried a test with llama 3.2 vision. I put an image url of 2.2MB, but somehow the arrayBuffer inside worker inflating the payload that much 10MB then error
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)] }),
}
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)] }),
}
how can handle this? any limitation docs?
No description
Bao N.
Bao N.•3w ago
and CF dashboard of gateway hanging too
csmykay
csmykay•2w ago
Who would we talk to about considering other models to add to the list of models currently listed on CloudFlare?
MarvinKR
MarvinKR•2w ago
how does cloudfare ai compares to the vercel ai sdk?
3145SML
3145SML•2w ago
exists model ai for detect texts written by ai? For example ZeroGPT
Isaac McFadyen
Isaac McFadyen•2w ago
Vercel AI uses third-party providers like OpenAI, Anthropic, etc. Workers AI runs fully on the Cloudflare platform (with the exception of AI Gateway which is designed to use third-party providers).
MarvinKR
MarvinKR•2w ago
Thanks for explaining this! What are the benefits of running fully on cloudfare?
Lamrin
Lamrin•2w ago
I'm facing this problem in all of my browser becasue of this I'm not able to login into my account from my laptop i even tried contacting offical support team but never got reply from them so please anyone here can help me with his?
No description
someguy
someguy•2w ago
Has anyone gotten Vercel AI Package working with streamText and Cloudflare AI models? I am getting the following error and it's only when I am streaming (generateText works fine). I will note I am using a modified baseURL in an OpenAI provider to make CF AI work with Vercel AI package. "Error message: [ { "code": "invalid_union", "unionErrors": [ { "issues": [ { "code": "invalid_type", "expected": "number", "received": "undefined", "path": [ "choices", 0, "index" ], "message": "Required" } ], "name": "ZodError" }, { "issues": [ { "code": "invalid_type", "expected": "object", "received": "undefined", "path": [ "error" ], "message": "Required" } ], "name": "ZodError" } ], "path": [], "message": "Invalid input" } ]"
Sam
Sam•2w ago
Hey is the llama 3.2 90b vision model coming soon to workers AI?
Unknown User
Unknown User•2w ago
Message Not Public
Sign In & Join Server To View
Bentley Hensel
Bentley Hensel•2w ago
Hi! I've got a policy question for about Cloudflare AI. My OpenAI account was recently suspended due to the use of their platform for my political campaign. Is there any issue with my use of Cloudflare AI for this purpose? Source code --> https://github.com/HenselForCongress/CandidateGPT See --> https://www.reuters.com/world/us/virginia-congressional-candidate-creates-ai-chatbot-debate-stand-in-incumbent-2024-10-08/
GitHub
GitHub - HenselForCongress/CandidateGPT: Ask AI Candidates question...
Ask AI Candidates questions based on their policy stances - HenselForCongress/CandidateGPT
Reuters
Exclusive: Virginia congressional candidate creates AI chatbot as d...
A long-shot congressional challenger in Virginia is so determined to debate the Democratic incumbent one more time that he created an AI chatbot to stand in for the candidate in case he's a no-show.
Want results from more Discord servers?
Add your server