Skip to content

Commit 86da0a8

Browse files
committed
feat: add Seed OSS to recommended models
1 parent 7795597 commit 86da0a8

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/cli/recommendedModels.ts

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,20 @@ export const recommendedModels: ModelRecommendation[] = [{
9292
fileOptions: [
9393
"hf:Qwen/Qwen3-0.6B-GGUF:Q8_0"
9494
]
95+
}, {
96+
name: "Seed OSS 36B",
97+
abilities: ["chat", "complete", "functionCalling", "reasoning"],
98+
description: "The Seed OSS model was created by ByteDance and is using chain of though (CoT) to reason across a wide variety of topics.\n" +
99+
"It's optimized for agentic use cases, with native support for function calling and flexible control of the thinking budget (via `SeedChatWrapper` options).\n" +
100+
"This model can support a context size of up to 512K tokens (if you have enough VRAM to accommodate it).\n" +
101+
"This is a 36 billion parameters model.",
102+
103+
fileOptions: [
104+
"hf:giladgd/Seed-OSS-36B-Instruct-GGUF:Q8_0",
105+
"hf:giladgd/Seed-OSS-36B-Instruct-GGUF:Q6_K",
106+
"hf:giladgd/Seed-OSS-36B-Instruct-GGUF:Q5_K_M",
107+
"hf:giladgd/Seed-OSS-36B-Instruct-GGUF:Q4_K_M"
108+
]
95109
}, {
96110
name: "DeepSeek R1 Distill Qwen 7B",
97111
abilities: ["chat", "complete", "functionCalling", "reasoning"],

0 commit comments

Comments
 (0)