We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f5abc0 commit f508f4aCopy full SHA for f508f4a
src/content/docs/ai-gateway/providers/cerebras.mdx
@@ -25,7 +25,7 @@ When making requests to Cerebras, ensure you have the following:
25
### cURL
26
27
```bash title="Example fetch request"
28
-curl -X POST https://gateway.ai.cloudflare.com/v1/ACCOUNT_TAG/GATEWAY/cerebras/chat/completions \
+curl https://gateway.ai.cloudflare.com/v1/ACCOUNT_TAG/GATEWAY/cerebras/chat/completions \
29
--header 'content-type: application/json' \
30
--header 'Authorization: Bearer CEREBRAS_TOKEN' \
31
--data '{
0 commit comments