| { |
| "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" |
| } |
| } |