II.
ProviderTranslation JSON
Structured · liveprovider-translation:opencode:google
provider-translation:opencode:google json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"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": []
}