II.
ModelProviderProduct JSON
Structured · liveprovider:cloudflare-ai
Cloudflare Workers AI json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "provider:cloudflare-ai",
"_kind": "ModelProviderProduct",
"_file": "capabilities-and-models/model-provider-product.yaml",
"_cluster": "capabilities-and-models",
"attributes": {
"providerId": "cloudflare-ai",
"displayName": "Cloudflare Workers AI",
"kindLabel": "inference-provider",
"vendor": "Cloudflare",
"homepage": "https://developers.cloudflare.com/workers-ai/",
"apiFamilies": [
"run"
],
"authKinds": [
"CLOUDFLARE_API_TOKEN",
"CLOUDFLARE_ACCOUNT_ID"
],
"evidenceRefs": [
"pi-packages-ai-providers"
]
},
"outgoingEdges": [
{
"from": "provider:cloudflare-ai",
"to": "layer:2-provider",
"kind": "realizes",
"attributes": {}
},
{
"from": "provider:cloudflare-ai",
"to": "capability:supports-tool-use",
"kind": "supports",
"attributes": {
"versionRange": ">=2024-01-01",
"level": "partial",
"notes": "Tool-use support via function-calling on select models."
}
}
],
"incomingEdges": []
}