Skip to content

Commit 4157029

Browse files
author
Lilac
committed
Add Lilac provider
Add Lilac as an OpenAI-compatible provider serving: - z-ai/glm-5.1: Z.ai's flagship agentic model (754B MoE, 202.8K context) - moonshotai/kimi-k2.5: Moonshot AI's multimodal reasoning model (1T MoE, 262K context) API: https://api.getlilac.com/v1 Docs: https://docs.getlilac.com
1 parent 2b17d9e commit 4157029

4 files changed

Lines changed: 60 additions & 0 deletions

File tree

providers/lilac/logo.svg

Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name = "Kimi K2.5"
2+
family = "kimi"
3+
release_date = "2026-01-27"
4+
last_updated = "2026-01-27"
5+
attachment = true
6+
reasoning = true
7+
structured_output = true
8+
temperature = true
9+
tool_call = true
10+
knowledge = "2025-01"
11+
open_weights = true
12+
13+
[interleaved]
14+
field = "reasoning_content"
15+
16+
[cost]
17+
input = 0.40
18+
output = 2.00
19+
20+
[limit]
21+
context = 262_144
22+
output = 32_768
23+
24+
[modalities]
25+
input = ["text", "image"]
26+
output = ["text"]
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name = "GLM 5.1"
2+
family = "glm"
3+
release_date = "2026-04-07"
4+
last_updated = "2026-04-07"
5+
attachment = false
6+
reasoning = true
7+
structured_output = true
8+
temperature = true
9+
tool_call = true
10+
knowledge = "2025-04"
11+
open_weights = true
12+
13+
[interleaved]
14+
field = "reasoning_content"
15+
16+
[cost]
17+
input = 0.90
18+
output = 3.00
19+
20+
[limit]
21+
context = 202_800
22+
output = 131_072
23+
24+
[modalities]
25+
input = ["text"]
26+
output = ["text"]

providers/lilac/provider.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
name = "Lilac"
2+
env = ["LILAC_API_KEY"]
3+
npm = "@ai-sdk/openai-compatible"
4+
api = "https://api.getlilac.com/v1"
5+
doc = "https://docs.getlilac.com"

0 commit comments

Comments
 (0)