II.
ProviderTranslation JSON
Structured · liveprovider-translation:codex:ollama
provider-translation:codex:ollama json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "provider-translation:codex:ollama",
"_kind": "ProviderTranslation",
"_file": "extensions/provider-translations/codex-translations.yaml",
"_cluster": "extensions",
"attributes": {
"harness": "codex",
"provider": "ollama",
"proxyRequired": false,
"staticEnv": {
"OPENAI_API_KEY": "ollama"
},
"envMapping": [],
"args": [
"--oss"
],
"notes": "Ollama for Codex requires v0.81.0+ for --oss / custom provider support.\n"
},
"outgoingEdges": [
{
"from": "provider-translation:codex:ollama",
"to": "agent:codex",
"kind": "translates_for",
"attributes": {}
},
{
"from": "provider-translation:codex:ollama",
"to": "provider:ollama",
"kind": "uses_provider",
"attributes": {}
}
],
"incomingEdges": []
}