iiRecord
Agentic AI Atlas · provider-translation:opencode:google
provider-translation:opencode:googlea5c.ai
II.
ProviderTranslation JSON

provider-translation:opencode:google

Structured · live

provider-translation:opencode:google json

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

File · extensions/provider-translations/opencode-translations.yamlCluster · extensions
Record JSON
{
  "id": "provider-translation:opencode:google",
  "_kind": "ProviderTranslation",
  "_file": "extensions/provider-translations/opencode-translations.yaml",
  "_cluster": "extensions",
  "attributes": {
    "harness": "opencode",
    "provider": "google",
    "proxyRequired": false,
    "nativeSdk": "@ai-sdk/google",
    "envMapping": [
      {
        "envVar": "GOOGLE_GENERATIVE_AI_API_KEY",
        "source": "auth.apiKey",
        "condition": "present"
      }
    ],
    "args": [],
    "conditionalLogic": "opencode-config-generation",
    "notes": "OpenCode with Google provider. Uses @ai-sdk/google npm package. Generates OPENCODE_CONFIG_CONTENT JSON dynamically.\n"
  },
  "outgoingEdges": [
    {
      "from": "provider-translation:opencode:google",
      "to": "agent:opencode",
      "kind": "translates_for",
      "attributes": {}
    },
    {
      "from": "provider-translation:opencode:google",
      "to": "provider:google",
      "kind": "uses_provider",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}