claude-3-5-sonnet-20240620
| Property | Pattern | Type | Deprecated | Definition | Title/Description |
|---|---|---|---|---|---|
| + implementation | No | const | No | - | Implementation |
| + human_name | No | string | No | - | Human Name |
| + name | No | string | No | - | Name |
| + input_context_limit | No | integer | No | - | Input Context Limit |
| + output_context_limit | No | integer | No | - | Output Context Limit |
| + supports_tools | No | boolean | No | - | Supports Tools |
| + supports_image_input | No | boolean | No | - | Supports Image Input |
| + supports_audio_input | No | boolean | No | - | Supports Audio Input |
1. Property implementation
Title: Implementation
| Type | const |
| Required | Yes |
Specific value: "claude-3-5-sonnet-20240620"
2. Property human_name
Title: Human Name
| Type | string |
| Required | Yes |
| Default | "Claude Sonnet" |
3. Property name
Title: Name
| Type | string |
| Required | Yes |
| Default | "claude-3-5-sonnet-20240620" |
4. Property input_context_limit
Title: Input Context Limit
| Type | integer |
| Required | Yes |
| Default | 200000 |
5. Property output_context_limit
Title: Output Context Limit
| Type | integer |
| Required | Yes |
| Default | 8192 |
6. Property supports_tools
Title: Supports Tools
| Type | boolean |
| Required | Yes |
| Default | false |
7. Property supports_image_input
Title: Supports Image Input
| Type | boolean |
| Required | Yes |
| Default | true |
8. Property supports_audio_input
Title: Supports Audio Input
| Type | boolean |
| Required | Yes |
| Default | false |