22 lines
388 B
TOML
22 lines
388 B
TOML
name = "MedGemma 4B"
|
|
description = "Multimodal model for analyzing text, images, documents, and rich media"
|
|
release_date = "2026-04-26"
|
|
last_updated = "2026-04-26"
|
|
attachment = true
|
|
reasoning = false
|
|
temperature = true
|
|
tool_call = false
|
|
open_weights = true
|
|
|
|
[cost]
|
|
input = 3.0
|
|
output = 5.0
|
|
|
|
[limit]
|
|
context = 8_192
|
|
output = 4_096
|
|
|
|
[modalities]
|
|
input = ["text", "image"]
|
|
output = ["text"]
|