23 lines
407 B
TOML
23 lines
407 B
TOML
name = "Greg 2 Super"
|
|
description = "General-purpose chat model for instruction following, writing, and analysis"
|
|
release_date = "2026-06-14"
|
|
last_updated = "2026-06-14"
|
|
attachment = false
|
|
reasoning = false
|
|
temperature = true
|
|
tool_call = false
|
|
open_weights = false
|
|
|
|
[cost]
|
|
input = 1.5
|
|
output = 5
|
|
cache_read = 0.25
|
|
|
|
[limit]
|
|
context = 229_376
|
|
output = 229_376
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|