24 lines
496 B
TOML
24 lines
496 B
TOML
# Live /models (2026-06-25): low|medium|high; no dedicated reasoning budget.
|
|
# https://api.venice.ai/api/v1/models?type=text (accessed 2026-06-25)
|
|
|
|
base_model = "google/gemini-3.5-flash"
|
|
family = "gemini"
|
|
release_date = "2026-05-22"
|
|
last_updated = "2026-06-11"
|
|
|
|
[[reasoning_options]]
|
|
type = "effort"
|
|
values = ["low", "medium", "high"]
|
|
|
|
[cost]
|
|
input = 1.55
|
|
output = 9.45
|
|
cache_read = 0.155
|
|
cache_write = 0.086
|
|
|
|
[limit]
|
|
context = 1_000_000
|
|
|
|
[modalities]
|
|
input = ["text", "image", "audio", "video"]
|