heroku.json
1 { 2 "schema_version": "1.0", 3 "models": { 4 "claude-3-5-haiku": { 5 "mode": "chat", 6 "context_window": { 7 "max_tokens": 4096 8 }, 9 "capabilities": { 10 "function_calling": true, 11 "vision": false, 12 "reasoning": false, 13 "prompt_caching": false, 14 "response_schema": false 15 }, 16 "last_updated_at": "2026-04-24" 17 }, 18 "claude-3-5-sonnet-latest": { 19 "mode": "chat", 20 "context_window": { 21 "max_tokens": 8192 22 }, 23 "capabilities": { 24 "function_calling": true, 25 "vision": false, 26 "reasoning": false, 27 "prompt_caching": false, 28 "response_schema": false 29 }, 30 "last_updated_at": "2026-04-24" 31 }, 32 "claude-3-7-sonnet": { 33 "mode": "chat", 34 "context_window": { 35 "max_tokens": 8192 36 }, 37 "capabilities": { 38 "function_calling": true, 39 "vision": false, 40 "reasoning": false, 41 "prompt_caching": false, 42 "response_schema": false 43 }, 44 "last_updated_at": "2026-04-24" 45 }, 46 "claude-4-sonnet": { 47 "mode": "chat", 48 "context_window": { 49 "max_tokens": 8192 50 }, 51 "capabilities": { 52 "function_calling": true, 53 "vision": false, 54 "reasoning": false, 55 "prompt_caching": false, 56 "response_schema": false 57 }, 58 "last_updated_at": "2026-04-24" 59 } 60 } 61 }