Cloudflare Developers

CD

Cloudflare Developers

Welcome to the official Cloudflare Developers server. Here you can ask for help and stay updated with the latest news

Join

Removing `remote = true` solved the

Removing remote = true solved the problem in dev but not in production. I redeployed worker, but the request still hangs. Nothing in logs...😭

Is any one else getting issues with tool

Is any one else getting issues with tool calls? I can only seem to get proper tool call responses via the ai sdk when I use mistral-small-3.1-24b-instruct

Are there any timeline e.g, do we expect

Are there any timeline e.g, do we expect it in coming hours to get fixed; or is it that might go over weekend/next week... just thinking if we need a fallback plan for business continuity ...

ive been watching the ai gateway, and

ive been watching the ai gateway, and most errors are either capacity or something like AiError: AiError: unexpected tokens remaining in message header: [\"……………...]???…….……...…..\", \"………...…ż…………..………………….………………………..\", \"...??…\",.... and it goes on for a while until it looks like some of the strings are words from thoughts?

I'm trying to use Cloudflare-hosted GPT

I'm trying to use Cloudflare-hosted GPT OSS models with AI SDK v5. I integrated workers-ai-provider, but it doesn't seem to support these models, as I'm getting empty responses. @Sunil Pai any input?

I'm having the same issue exactly that @

I'm having the same issue exactly that @Object documented here, back in May 2025: https://discord.com/channels/595317990191398933/1105477009964027914/1375585311647862784 Any ideas from the CF team?...

Hi, are websockets available for the new

Hi, are websockets available for the new Nova 3 ASR model?

Hi @samjs any updates on this? Sorry to

Hi @samjs any updates on this? Sorry to mention you directly, but saw that you created threads for other questions.

Update: I've been able to get it working

Update: I've been able to get it working with the workers binding api. The requests in Postman are failing with "Error: Network connection lost."

Hi friends, has someone been able to add

Hi friends, has someone been able to add workers-ai to vs code extension cline or similar? I've been trying for months with no success. I tried the openai-compat providor route but kept getting errors. I've already connected in cline groq, mistral, cerebus, openrouter, gemini, and it was quite straight forward. Workers-ai in cline would be awesome. Btw I got curl test to work easily with and without ai gateway.

are the types for the new deepgram

are the types for the new deepgram models not up-to-date? I am getting: ```...

I'm trying to use AutoRAG to spell check

I'm trying to use AutoRAG to spell check names. I have a list of names in a R2 bucket (split in ~3MB chunks). AutoRAG claims it finished processing them. I then use c.env.AI.autorag('my-rag-name').aiSearch() to ask it basically "give me the correct version of the given name". Hoping it would fix the spelling of "Suma Covjek" to "Å uma ÄŒovjek", as listed in one of the files. But results are underwhelming. When I looked at the AI Gateway and what the aiSearch() used for the default system messa...

When I use worker ai, I get an error.

When I use worker ai, I get an error. 429 , reason: Too Many Requests,text:{"errors":[{"message":"AiError: AiError: Capacity temporarily exceeded, please try again....

Hey @Himanshu ! Function calling should

Hey @Himanshu ! Function calling should work with the gpt-oss models. Here's an example of that with our sandbox SDK: https://github.com/cloudflare/sandbox-sdk/blob/main/examples/code-interpreter/src/index.ts#L73-L91 We've also tested against the compatibilty suite here: https://github.com/openai/gpt-oss/tree/main/compatibility-test and are getting ~93% successes. Do you have an example of what you were trying that didn't work? We're also actively working on integrating support for the builtin code_interpreter tool to make some of this even easier....

Hey guys, I don't know why this prompt

Hey guys, I don't know why this prompt is detected as NSFW content
No description

```

``` BGE-M3 batch request failed after all retry attempts details: { "attempts": 4, "error": "10000: Authentication error",...

AI monthly usage limit

update: this was not actually an error from cloudflare. my assessment of the issue was incorrect, so the following is not accurate. i’ve been using @cf/black-forest-labs/flux-1-schnell via the workers AI binding for text-to-image, which recently stopped working for me, giving me this response: ``` Monthly usage limit for image reached for your plan. Please upgrade....

Already tried that but it seams that the

Already tried that but it seams that the mistral model is not capable of analyzing images even it‘s possible to provide one? Using the following request: const aiResponse = await env.AI.run(...
Next