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
5 changes: 5 additions & 0 deletions providers/byteplus/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions providers/byteplus/models/ark-code-latest.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name = "Ark Code Latest"
release_date = "2025-01"
last_updated = "2025-01"
attachment = true
reasoning = true
temperature = true
tool_call = true
open_weights = false

[interleaved]
field = "reasoning_content"

[cost]
input = 0
output = 0
cache_read = 0
cache_write = 0

[limit]
context = 256_000
output = 32_000

[modalities]
input = ["text", "image"]
output = ["text"]
5 changes: 5 additions & 0 deletions providers/byteplus/provider.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "BytePlus"
env = ["ARK_API_KEY"]
npm = "@ai-sdk/openai-compatible"
api = "https://ark.ap-southeast.bytepluses.com/api/coding/v3"
doc = "https://www.byteplus.com/en/activity/codingplan"
26 changes: 26 additions & 0 deletions providers/volcengine/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions providers/volcengine/models/ark-code-latest.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name = "Ark Code Latest"
release_date = "2025-01"
last_updated = "2025-01"
attachment = true
reasoning = true
temperature = true
tool_call = true
open_weights = false

[interleaved]
field = "reasoning_content"

[cost]
input = 0
output = 0
cache_read = 0
cache_write = 0

[limit]
context = 256_000
output = 32_000

[modalities]
input = ["text", "image"]
output = ["text"]
5 changes: 5 additions & 0 deletions providers/volcengine/provider.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "Volcengine"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should the provider name/folder to be

  • providers/volcengine-coding-plan

as the endpoint is not the same as direct API call on volcengine (https://ark.cn-beijing.volces.com/api/v3/) link

so we should have 2 providers for volcengine (standard and coding plan)

just like

env = ["ARK_API_KEY"]
npm = "@ai-sdk/openai-compatible"
api = "https://ark.cn-beijing.volces.com/api/coding/v3"
doc = "https://www.volcengine.com/activity/codingplan"