II.
AdapterModel JSON
Structured · liveadapter-model:codex:codex-mini-latest
Codex Mini json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "adapter-model:codex:codex-mini-latest",
"_kind": "AdapterModel",
"_file": "extensions/adapter-models/codex-models.yaml",
"_cluster": "extensions",
"attributes": {
"harness": "codex",
"modelId": "codex-mini-latest",
"displayName": "Codex Mini",
"deprecated": false,
"contextWindow": 200000,
"maxOutputTokens": 100000,
"supportsThinking": false,
"supportsToolCalling": true,
"supportsParallelToolCalls": true,
"supportsToolCallStreaming": true,
"supportsJsonMode": true,
"supportsStructuredOutput": true,
"supportsTextStreaming": true,
"supportsThinkingStreaming": false,
"supportsImageInput": false,
"supportsImageOutput": false,
"supportsFileInput": false,
"cliArgKey": "--model",
"cliArgValue": "codex-mini-latest",
"lastUpdated": "2025-04-01",
"source": "bundled"
},
"outgoingEdges": [
{
"from": "adapter-model:codex:codex-mini-latest",
"to": "agent:codex",
"kind": "model_for",
"attributes": {}
}
],
"incomingEdges": []
}