24 lines
431 B
TOML
24 lines
431 B
TOML
name = "Phi-4"
|
|
description = "Open-weight instruction model for adaptable chat and self-hosted production workloads"
|
|
family = "phi"
|
|
release_date = "2024-12-11"
|
|
last_updated = "2024-12-11"
|
|
attachment = false
|
|
reasoning = false
|
|
temperature = true
|
|
knowledge = "2023-10"
|
|
tool_call = false
|
|
open_weights = true
|
|
|
|
[cost]
|
|
input = 0.125
|
|
output = 0.50
|
|
|
|
[limit]
|
|
context = 128_000
|
|
output = 4_096
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|