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