29 lines
632 B
TOML
29 lines
632 B
TOML
# W&B deprecated this model on 2026-06-30 and plans to retire it on 2026-07-20.
|
|
# https://docs.wandb.ai/inference/lifecycle
|
|
name = "Phi 4 Mini 3.8B"
|
|
description = "Compact, efficient model ideal for fast responses in resource-constrained environments."
|
|
family = "phi"
|
|
release_date = "2025-02-01"
|
|
last_updated = "2025-02-01"
|
|
attachment = false
|
|
reasoning = false
|
|
temperature = true
|
|
tool_call = true
|
|
structured_output = true
|
|
knowledge = "2023-10"
|
|
open_weights = true
|
|
status = "deprecated"
|
|
|
|
[cost]
|
|
input = 0.08
|
|
output = 0.35
|
|
cache_read = 0.08
|
|
|
|
[limit]
|
|
context = 128_000
|
|
output = 128_000
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|