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
3 changes: 3 additions & 0 deletions providers/kimchi/logo.svg
Comment thread
Momin-786 marked this conversation as resolved.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions providers/kimchi/models/kimi-k2.5.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
base_model = "moonshotai/kimi-k2.5"

[cost]
input = 0.60
output = 3.00

[limit]
context = 262_144
output = 32_768

[modalities]
input = ["text", "image"]
output = ["text"]
13 changes: 13 additions & 0 deletions providers/kimchi/models/kimi-k2.6.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
base_model = "moonshotai/kimi-k2.6"

[cost]
input = 1.20
output = 4.50

[limit]
context = 262_144
output = 32_768

[modalities]
input = ["text", "image"]
output = ["text"]
13 changes: 13 additions & 0 deletions providers/kimchi/models/minimax-m2.7.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
base_model = "minimax/MiniMax-M2.7"

[cost]
input = 0.30
output = 1.20

[limit]
context = 196_608
output = 32_768

[modalities]
input = ["text"]
output = ["text"]
5 changes: 5 additions & 0 deletions providers/kimchi/provider.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
name = "Kimchi"
npm = "@ai-sdk/openai-compatible"
env = ["KIMCHI_API_KEY"]
doc = "https://docs.kimchi.dev/docs"
api = "https://llm.kimchi.dev/openai/v1"