File size: 1,467 Bytes
a21c316 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 | {
"models": {
"gemini-2.0-flash": {
"max_output_tokens": 65535,
"thinking_budget": 24576,
"is_thinking": false
},
"gemini-2.5-flash": {
"max_output_tokens": 65535,
"thinking_budget": 32768,
"is_thinking": true
},
"gemini-3-flash": {
"max_output_tokens": 65536,
"thinking_budget": 32768,
"is_thinking": true
},
"gemini-3-pro-high": {
"max_output_tokens": 65536,
"thinking_budget": 49152,
"is_thinking": true
},
"gemini-3.1-pro-preview": {
"max_output_tokens": 65536,
"thinking_budget": 49152,
"is_thinking": true
},
"claude-sonnet-4-6": {
"max_output_tokens": 64000,
"thinking_budget": 32768,
"is_thinking": true
},
"claude-opus-4-6-thinking": {
"max_output_tokens": 64000,
"thinking_budget": 32768,
"is_thinking": true
},
"gpt-oss-120b-medium": {
"max_output_tokens": 32768,
"thinking_budget": 0,
"is_thinking": false
}
},
"aliases": {
"gpt-4o": "gemini-2.5-flash",
"gpt-3.5-turbo": "gemini-2.0-flash-lite",
"claude-3-5-sonnet": "claude-sonnet-4-6",
"claude-3-7-sonnet": "claude-sonnet-4-6-thinking"
}
} |