25 lines
462 B
TOML
25 lines
462 B
TOML
name = "Phi-4-multimodal"
|
|
description = "Multimodal model for analyzing text, images, documents, and rich media"
|
|
family = "phi"
|
|
release_date = "2024-12-11"
|
|
last_updated = "2024-12-11"
|
|
attachment = true
|
|
reasoning = false
|
|
temperature = true
|
|
knowledge = "2023-10"
|
|
tool_call = false
|
|
open_weights = true
|
|
|
|
[cost]
|
|
input = 0.08
|
|
output = 0.32
|
|
input_audio = 4.00
|
|
|
|
[limit]
|
|
context = 128_000
|
|
output = 4_096
|
|
|
|
[modalities]
|
|
input = ["text", "image", "audio"]
|
|
output = ["text"]
|