Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions providers/venice/models/aion-labs-aion-3-0-mini.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name = "Aion 3.0 Mini"
description = "Efficient model for low-latency assistance, extraction, and routine automation"
release_date = "2026-07-08"
last_updated = "2026-07-08"
attachment = false
reasoning = true
tool_call = true
structured_output = true
open_weights = false

[[reasoning_options]]
type = "effort"
values = ["none", "low", "medium", "high"]

[cost]
input = 0.875
output = 1.75
cache_read = 0.225

[limit]
context = 128_000
output = 32_768

[modalities]
input = ["text"]
output = ["text"]
26 changes: 26 additions & 0 deletions providers/venice/models/aion-labs-aion-3-0.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name = "Aion 3.0"
description = "Reasoning model for deliberate analysis, multi-step problem solving, and tool use"
release_date = "2026-07-08"
last_updated = "2026-07-08"
attachment = false
reasoning = true
tool_call = true
structured_output = true
open_weights = false

[[reasoning_options]]
type = "effort"
values = ["none", "low", "medium", "high"]

[cost]
input = 3.75
output = 7.5
cache_read = 0.9375

[limit]
context = 128_000
output = 32_768

[modalities]
input = ["text"]
output = ["text"]