diff --git a/src/content/changelog/ai-gateway/2025-06-03-aig-openai-compatible-endpoint.mdx b/src/content/changelog/ai-gateway/2025-06-03-aig-openai-compatible-endpoint.mdx index c8750fd19ef9a5..e61b6cecc7f491 100644 --- a/src/content/changelog/ai-gateway/2025-06-03-aig-openai-compatible-endpoint.mdx +++ b/src/content/changelog/ai-gateway/2025-06-03-aig-openai-compatible-endpoint.mdx @@ -14,7 +14,7 @@ import OpenAI from "openai"; const client = new OpenAI({ apiKey: "YOUR_PROVIDER_API_KEY", // Provider API key baseURL: - "https://gateway.ai.cloudflare.com/v1/{account_id}/{gateway_id}/compat/chat/completions", + "https://gateway.ai.cloudflare.com/v1/{account_id}/{gateway_id}/compat", }); const response = await client.chat.completions.create({