# Page Not Found

`/docs/functions/cloudflare-workers` does not exist. Similar pages:

- [Tool Calls](/docs/ai-gateway/sdks-and-apis/openai-chat-completions/tool-calling.md): The Chat Completions API supports function calling, allowing models to call tools and functions. This follows the same specification as the OpenAI
- [Workflow Concepts](/docs/workflows/concepts.md): Workflow introduces two directives ("use workflow" and "use step") that turn ordinary async functions into durable workflows. You write async/await
- [Tool Calls](/docs/ai-gateway/sdks-and-apis/anthropic-messages-api/tool-calling.md): The Anthropic Messages API supports function calling, allowing models to call tools and functions. Example request cURLTypeScriptPython toolcalls.sh
- [Functions API Reference](/docs/functions/functions-api-reference.md): Functions are defined similar to a Route Handler in Next.js. When using Next.js App Router, you can define a function in a file under
- [Tool Calling](/docs/ai-gateway/sdks-and-apis/responses/tool-calling.md): Define tools with JSON Schema parameters. The model can call them, and you can feed the results back in a followup requestcURLTypeScriptPython

All pages: [/llms.txt](/llms.txt)
