Replicate
Replicate ↗ runs and fine tunes open-source models.
https://gateway.ai.cloudflare.com/v1/{account_id}/{gateway_id}/replicateWhen making requests to Replicate, replace https://api.replicate.com/v1 in the URL you're currently using with https://gateway.ai.cloudflare.com/v1/{account_id}/{gateway_id}/replicate.
When making requests to Replicate, ensure you have the following:
- Your AI Gateway Account ID.
 - Your AI Gateway gateway name.
 - An active Replicate API token. You can create one at replicate.com/settings/api-tokens ↗
 - The name of the Replicate model you want to use, like 
anthropic/claude-4.5-haikuorgoogle/nano-banana. 
curl https://gateway.ai.cloudflare.com/v1/{account_id}/{gateway_id}/replicate/predictions \  --header 'Authorization: Bearer {replicate_api_token}' \  --header 'Content-Type: application/json' \  --data '{    "version": "anthropic/claude-4.5-haiku",    "input":      {        "prompt": "Write a haiku about Cloudflare"      }    }'Was this helpful?
- Resources
 - API
 - New to Cloudflare?
 - Directory
 - Sponsorships
 - Open Source
 
- Support
 - Help Center
 - System Status
 - Compliance
 - GDPR
 
- Company
 - cloudflare.com
 - Our team
 - Careers
 
- © 2025 Cloudflare, Inc.
 - Privacy Policy
 - Terms of Use
 - Report Security Issues
 - Trademark