24 lines
424 B
TOML
24 lines
424 B
TOML
# Included in subscription
|
|
name = "OWL"
|
|
description = "Compact GPT model for low-latency assistance and high-volume workloads"
|
|
release_date = "2026-05-01"
|
|
last_updated = "2026-05-01"
|
|
attachment = false
|
|
reasoning = false
|
|
tool_call = true
|
|
structured_output = true
|
|
open_weights = false
|
|
|
|
[cost]
|
|
input = 0.1
|
|
output = 0.3
|
|
|
|
[limit]
|
|
context = 1048756
|
|
input = 1048756
|
|
output = 262144
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|