II.
ProviderTranslation JSON
Structured · liveprovider-translation:pi:foundry
provider-translation:pi:foundry json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "provider-translation:pi:foundry",
"_kind": "ProviderTranslation",
"_file": "extensions/provider-translations/pi-translations.yaml",
"_cluster": "extensions",
"attributes": {
"harness": "pi",
"provider": "_group",
"providerGroup": [
"foundry",
"azure"
],
"proxyRequired": true,
"proxyExposedTransport": "openai-chat",
"staticEnv": {
"ANTHROPIC_API_KEY": "",
"OPENAI_API_KEY": ""
},
"envMapping": [],
"args": [],
"notes": "Pi's Azure/Foundry provider uses the Responses API path which isn't supported by all Azure AI Services deployments. Route through the transport-adapter proxy which exposes standard Chat Completions.\n"
},
"outgoingEdges": [
{
"from": "provider-translation:pi:foundry",
"to": "agent:pi",
"kind": "translates_for",
"attributes": {}
},
{
"from": "provider-translation:pi:foundry",
"to": "provider:foundry",
"kind": "uses_provider",
"attributes": {}
}
],
"incomingEdges": []
}