25 lines
480 B
TOML
25 lines
480 B
TOML
name = "Llama-3.2-90B-Vision-Instruct"
|
|
description = "Open Llama multimodal model for image understanding and text reasoning"
|
|
family = "llama"
|
|
release_date = "2024-09-25"
|
|
last_updated = "2024-09-25"
|
|
attachment = false
|
|
reasoning = true
|
|
reasoning_options = []
|
|
temperature = true
|
|
knowledge = "2023-12"
|
|
tool_call = true
|
|
open_weights = true
|
|
|
|
[cost]
|
|
input = 0.00
|
|
output = 0.00
|
|
|
|
[limit]
|
|
context = 128_000
|
|
output = 8_192
|
|
|
|
[modalities]
|
|
input = ["text", "image", "audio"]
|
|
output = ["text"]
|