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