Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions providers/naver/models/HCX-003.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = "HCX-003"
family = "naver"
attachment = false
reasoning = false
tool_call = false
structured_output = false
temperature = false
open_weights = false

[cost]
input = 3.50
output = 3.50

[limit]
context = 8192
input = 7600
output = 4096

[modalities]
input = ["text"]
output = ["text"]
21 changes: 21 additions & 0 deletions providers/naver/models/HCX-005.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = "HCX-005"
family = "naver"
attachment = false
reasoning = false
tool_call = true
structured_output = false
temperature = false
open_weights = false

[cost]
input = 0.90
output = 3.50

[limit]
context = 128_000
input = 128_000
output = 4096

[modalities]
input = ["text", "image"]
output = ["text"]
21 changes: 21 additions & 0 deletions providers/naver/models/HCX-007.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = "HCX-007"
family = "naver"
attachment = false
reasoning = true
tool_call = true
structured_output = true
temperature = false
open_weights = false

[cost]
input = 0.90
output = 3.50

[limit]
context = 128_000
input = 128_000
output = 32_768

[modalities]
input = ["text"]
output = ["text"]
21 changes: 21 additions & 0 deletions providers/naver/models/HCX-DASH-001.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = "HCX-DASH-001"
family = "naver"
attachment = false
reasoning = false
tool_call = false
structured_output = false
temperature = false
open_weights = false

[cost]
input = 0.70
output = 0.70

[limit]
context = 4096
input = 3500
output = 4096

[modalities]
input = ["text"]
output = ["text"]
21 changes: 21 additions & 0 deletions providers/naver/models/HCX-DASH-002.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = "HCX-DASH-002"
family = "naver"
attachment = false
reasoning = false
tool_call = true
structured_output = false
temperature = false
open_weights = false

[cost]
input = 0.20
output = 0.70

[limit]
context = 128_000
input = 128_000
output = 4096

[modalities]
input = ["text"]
output = ["text"]
5 changes: 5 additions & 0 deletions providers/naver/provider.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "Naver CLOVA Studio"
env = ["CLOVA_STUDIO_API_KEY"]
npm = "@ai-sdk/openai-compatible"
api = "https://clovastudio.stream.ntruss.com/v1/openai"
doc = "https://api.ncloud-docs.com/docs/en/ai-naver-clovastudio-summary"
Loading