23 lines
431 B
TOML
23 lines
431 B
TOML
name = "Sonar"
|
|
description = "Fast web-grounded Sonar for current answers, citations, and lightweight retrieval"
|
|
family = "sonar"
|
|
release_date = "2024-01-01"
|
|
last_updated = "2025-09-01"
|
|
attachment = false
|
|
reasoning = false
|
|
temperature = true
|
|
tool_call = false
|
|
knowledge = "2025-09-01"
|
|
open_weights = false
|
|
|
|
[cost]
|
|
input = 1.00
|
|
output = 1.00
|
|
|
|
[limit]
|
|
context = 128_000
|
|
output = 4_096
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"] |