diff --git a/providers/kimchi/logo.svg b/providers/kimchi/logo.svg new file mode 100644 index 000000000..98a49cae7 --- /dev/null +++ b/providers/kimchi/logo.svg @@ -0,0 +1,3 @@ + + + diff --git a/providers/kimchi/models/kimi-k2.5.toml b/providers/kimchi/models/kimi-k2.5.toml new file mode 100644 index 000000000..dfac01331 --- /dev/null +++ b/providers/kimchi/models/kimi-k2.5.toml @@ -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"] diff --git a/providers/kimchi/models/kimi-k2.6.toml b/providers/kimchi/models/kimi-k2.6.toml new file mode 100644 index 000000000..984405f9f --- /dev/null +++ b/providers/kimchi/models/kimi-k2.6.toml @@ -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"] diff --git a/providers/kimchi/models/minimax-m2.7.toml b/providers/kimchi/models/minimax-m2.7.toml new file mode 100644 index 000000000..4035da537 --- /dev/null +++ b/providers/kimchi/models/minimax-m2.7.toml @@ -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"] diff --git a/providers/kimchi/provider.toml b/providers/kimchi/provider.toml new file mode 100644 index 000000000..d14701213 --- /dev/null +++ b/providers/kimchi/provider.toml @@ -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"