23 lines
414 B
TOML
23 lines
414 B
TOML
name = "DeepClaude"
|
|
description = "Compact GPT model for low-latency assistance and high-volume workloads"
|
|
release_date = "2025-02-01"
|
|
last_updated = "2025-02-01"
|
|
attachment = true
|
|
reasoning = false
|
|
tool_call = false
|
|
structured_output = false
|
|
open_weights = false
|
|
|
|
[cost]
|
|
input = 3.00
|
|
output = 15.00
|
|
|
|
[limit]
|
|
context = 128_000
|
|
input = 128_000
|
|
output = 8_192
|
|
|
|
[modalities]
|
|
input = ["text", "pdf"]
|
|
output = ["text"]
|