23 lines
418 B
TOML
23 lines
418 B
TOML
name = "Universal Summarizer"
|
|
description = "Compact GPT model for low-latency assistance and high-volume workloads"
|
|
release_date = "2023-05-01"
|
|
last_updated = "2024-01-01"
|
|
attachment = false
|
|
reasoning = false
|
|
tool_call = false
|
|
structured_output = false
|
|
open_weights = false
|
|
|
|
[cost]
|
|
input = 30.00
|
|
output = 30.00
|
|
|
|
[limit]
|
|
context = 32_768
|
|
input = 32_768
|
|
output = 32_768
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|