ai icon indicating copy to clipboard operation
ai copied to clipboard

Results 55 ai issues
Sort by recently updated
recently updated
newest added

Implements a Model Context Protocol (MCP) server with Microsoft Entra ID OAuth authentication, deployable to Cloudflare Workers. Code created using `remote-mcp-github-oauth` as reference.

The `workers-ai-provider` package doesn't handle the response API for the new GPT OSS models. - When passing the `input` and `instructions` parameters needed for these models, the following error is...

Hi, We’d love to have SambaNova considered for inclusion in your list of supported models. Could you share the process for submitting a request like this? We’re already collaborating with...

## Affected Model `@cf/openai/gpt-oss-120b` Error Message ```json { "errors": [ { "message": "AiError: Bad input: Error: oneOf at '/' not met, 0 matches: required properties at '/' are 'input', required...

# Summary When streaming from AutoRAG, most frames contain a string response field as expected, but intermittently a frame encodes the token as a JSON number (for example, 155724 or...

I'm getting an error when using workers-ai-provider, even though the same request works fine when made manually with axios using the same API key and account ID ## Environment -...

Despite having [the config](https://github.com/cloudflare/ai/blob/c7aa7d24480f1b62cb9ff4bd13956e1b41f44279/packages/workers-ai-provider/src/index.ts#L31C4-L47C2) for it, it never utilizes it. Also for rest, it probably needs an optional field for `cf-aig-authorization` for REST too.

## Summary This PR introduces a comprehensive demo implementation of a remote Model Context Protocol (MCP) server with integrated Atlassian OAuth authentication, deployed on Cloudflare Workers. ## What's Added ###...

It's not documented that how long does it take to appear AI gateway logs on API? I used the `getLogsById()` in `waitUntil` immediately after the /ai response and the `response_head`...