II.
AdapterModel JSON
Structured · liveadapter-model:opencode:claude-3-5-sonnet-20241022
Claude 3.5 Sonnet json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "adapter-model:opencode:claude-3-5-sonnet-20241022",
"_kind": "AdapterModel",
"_file": "extensions/adapter-models/opencode-models.yaml",
"_cluster": "extensions",
"attributes": {
"harness": "opencode",
"modelId": "claude-3-5-sonnet-20241022",
"modelAlias": "claude-sonnet",
"displayName": "Claude 3.5 Sonnet",
"deprecated": false,
"contextWindow": 200000,
"maxOutputTokens": 8192,
"inputPricePerMillion": 3,
"outputPricePerMillion": 15,
"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": "claude-3-5-sonnet-20241022",
"lastUpdated": "2024-10-22",
"source": "bundled"
},
"outgoingEdges": [
{
"from": "adapter-model:opencode:claude-3-5-sonnet-20241022",
"to": "agent:opencode",
"kind": "model_for",
"attributes": {}
}
],
"incomingEdges": []
}