II.
AdapterModel JSON
Structured · liveadapter-model:gemini:gemini-2.5-flash
Gemini 2.5 Flash json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "adapter-model:gemini:gemini-2.5-flash",
"_kind": "AdapterModel",
"_file": "extensions/adapter-models/gemini-models.yaml",
"_cluster": "extensions",
"attributes": {
"harness": "gemini",
"modelId": "gemini-2.5-flash",
"displayName": "Gemini 2.5 Flash",
"deprecated": false,
"contextWindow": 1000000,
"maxOutputTokens": 65536,
"supportsThinking": true,
"thinkingEffortLevels": [
"low",
"medium",
"high"
],
"supportsToolCalling": true,
"supportsParallelToolCalls": true,
"supportsToolCallStreaming": true,
"supportsJsonMode": true,
"supportsStructuredOutput": true,
"supportsTextStreaming": true,
"supportsThinkingStreaming": true,
"supportsImageInput": true,
"supportsImageOutput": false,
"supportsFileInput": true,
"cliArgKey": "--model",
"cliArgValue": "gemini-2.5-flash",
"lastUpdated": "2025-03-01",
"source": "bundled"
},
"outgoingEdges": [
{
"from": "adapter-model:gemini:gemini-2.5-flash",
"to": "agent:gemini-cli",
"kind": "model_for",
"attributes": {}
}
],
"incomingEdges": []
}