llama3-8b
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: "llama3-8b"
2. Property human_name
Title: Human Name
Type | string |
Required | Yes |
Default | "Mistral Small" |
3. Property name
Title: Name
Type | string |
Required | Yes |
Default | "llama3" |
4. Property input_context_limit
Title: Input Context Limit
Type | integer |
Required | Yes |
Default | 8000 |
5. Property output_context_limit
Title: Output Context Limit
Type | integer |
Required | Yes |
Default | 4096 |
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 |