Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
dherain24
/
claude-proxy
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
claude-proxy
/
src
/
free_claude_code
/
providers
/
cloudflare
/
__init__.py
dheraingoud
feat: synchronize proxy with upstream commits up to 5305bd7 and integrate NIM key rotator
0a54372
16 days ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
Safe
178 Bytes
"""Cloudflare AI REST provider package."""
from
.client
import
CloudflareProvider, cloudflare_ai_base_url
__all__ = (
"CloudflareProvider"
,
"cloudflare_ai_base_url"
,
)