18 lines
849 B
JSON
18 lines
849 B
JSON
{
|
|
"name": "cloudflare-workers-ai",
|
|
"owner": {
|
|
"name": "Jeremy Dawes",
|
|
"email": "jeremy@jezweb.net"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "cloudflare-workers-ai",
|
|
"description": "Run LLMs and AI models on Cloudflares global GPU network with Workers AI. Includes Llama, Flux image generation, BGE embeddings, and streaming support with AI Gateway for caching and logging. Use when: implementing LLM inference, generating images with Flux/Stable Diffusion, building RAG with embeddings, streaming AI responses, using AI Gateway for cost tracking, or troubleshooting AI_ERROR, rate limits, model not found, token limits, or neurons exceeded.",
|
|
"source": {
|
|
"source": "url",
|
|
"url": "https://git.waymay.us/zhongwei/gh-jezweb-claude-skills-skills-cloudflare-workers-ai.git"
|
|
},
|
|
"strict": true
|
|
}
|
|
]
|
|
} |