chore(sync): update Venice model catalog (#5215)
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
3cfcd2da30
commit
bfda5342b5
@@ -0,0 +1,27 @@
|
||||
name = "Ox Alpha"
|
||||
description = "Multimodal reasoning model for visual analysis, planning, and tool use"
|
||||
family = "alpha"
|
||||
release_date = "2026-08-21"
|
||||
last_updated = "2026-08-21"
|
||||
attachment = true
|
||||
reasoning = true
|
||||
tool_call = true
|
||||
structured_output = true
|
||||
open_weights = false
|
||||
|
||||
[[reasoning_options]]
|
||||
type = "effort"
|
||||
values = ["none", "low", "medium", "high"]
|
||||
|
||||
[cost]
|
||||
input = 0
|
||||
output = 0
|
||||
cache_read = 0
|
||||
|
||||
[limit]
|
||||
context = 1_048_576
|
||||
output = 131_072
|
||||
|
||||
[modalities]
|
||||
input = ["text", "image", "video"]
|
||||
output = ["text"]
|
||||
Reference in New Issue
Block a user