II.
ProviderTranslation JSON
Structured · liveprovider-translation:gemini:google
provider-translation:gemini:google json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "provider-translation:gemini:google",
"_kind": "ProviderTranslation",
"_file": "extensions/provider-translations/gemini-translations.yaml",
"_cluster": "extensions",
"attributes": {
"harness": "gemini",
"provider": "google",
"proxyRequired": false,
"harnessUsers": [
"qwen"
],
"envMapping": [
{
"envVar": "GOOGLE_API_KEY",
"source": "auth.apiKey",
"condition": "present"
},
{
"envVar": "GEMINI_API_KEY",
"source": "auth.apiKey",
"condition": "present"
}
],
"args": [],
"notes": "Native Google AI provider for Gemini CLI - sets both GOOGLE_API_KEY and GEMINI_API_KEY."
},
"outgoingEdges": [
{
"from": "provider-translation:gemini:google",
"to": "agent:gemini-cli",
"kind": "translates_for",
"attributes": {}
},
{
"from": "provider-translation:gemini:google",
"to": "provider:google",
"kind": "uses_provider",
"attributes": {}
}
],
"incomingEdges": []
}