II.
AdapterModel JSON
Structured · liveadapter-model:pi:default
Default Model json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "adapter-model:pi:default",
"_kind": "AdapterModel",
"_file": "extensions/adapter-models/pi-models.yaml",
"_cluster": "extensions",
"attributes": {
"harness": "pi",
"modelId": "default",
"displayName": "Default Model",
"deprecated": false,
"contextWindow": 128000,
"maxOutputTokens": 8192,
"supportsThinking": false,
"supportsToolCalling": true,
"supportsParallelToolCalls": false,
"supportsToolCallStreaming": true,
"supportsJsonMode": false,
"supportsStructuredOutput": false,
"supportsTextStreaming": true,
"supportsThinkingStreaming": false,
"supportsImageInput": false,
"supportsImageOutput": false,
"supportsFileInput": false,
"cliArgKey": "--model",
"cliArgValue": "default",
"lastUpdated": "2026-05-27",
"source": "bundled",
"codexResponses": {
"cacheAffinityHeader": "session-id",
"legacyProxyIncompatibleHeader": "session_id",
"contextWindowFixes": [
{
"modelId": "openai-codex/gpt-5.3-codex-spark",
"contextWindow": 128000,
"introducedIn": "0.76.0"
}
]
}
},
"outgoingEdges": [
{
"from": "adapter-model:pi:default",
"to": "agent:pi",
"kind": "model_for",
"attributes": {}
}
],
"incomingEdges": []
}