iiRecord
Agentic AI Atlas · provider-translation:pi:local-compatible
provider-translation:pi:local-compatiblea5c.ai
II.
ProviderTranslation JSON

provider-translation:pi:local-compatible

Structured · live

provider-translation:pi:local-compatible json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/provider-translations/pi-translations.yamlCluster · extensions
Record JSON
{
  "id": "provider-translation:pi:local-compatible",
  "_kind": "ProviderTranslation",
  "_file": "extensions/provider-translations/pi-translations.yaml",
  "_cluster": "extensions",
  "attributes": {
    "harness": "pi",
    "provider": "_group",
    "providerGroup": [
      "custom",
      "ollama",
      "local",
      "lmstudio",
      "vllm"
    ],
    "proxyRequired": false,
    "staticEnv": {
      "ANTHROPIC_API_KEY": ""
    },
    "envMapping": [
      {
        "envVar": "OPENAI_BASE_URL",
        "source": "params.apiBase",
        "condition": "present"
      },
      {
        "envVar": "OPENAI_API_BASE",
        "source": "params.apiBase",
        "condition": "present"
      },
      {
        "envVar": "OPENAI_API_KEY",
        "source": "auth.apiKey",
        "condition": "present"
      }
    ],
    "args": [],
    "notes": "Local/custom OpenAI-compatible providers for Pi. Sets both OPENAI_BASE_URL and OPENAI_API_BASE (legacy) for compatibility.\n"
  },
  "outgoingEdges": [
    {
      "from": "provider-translation:pi:local-compatible",
      "to": "agent:pi",
      "kind": "translates_for",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}