12 lines
135 B
TOML
12 lines
135 B
TOML
base_model = "openai/gpt-4.1"
|
|
|
|
[cost]
|
|
input = 2
|
|
output = 8
|
|
cache_read = 0.5
|
|
|
|
[limit]
|
|
context = 128_000
|
|
input = 128_000
|
|
output = 16_384
|