docs: bring public surface and npm-deferred install copy
This commit is contained in:
@@ -76,10 +76,13 @@ function deriveProviders() {
|
||||
Novita: { id: "novita", label: "Novita AI", env: "NOVITA_API_KEY" },
|
||||
Fireworks: { id: "fireworks", label: "Fireworks AI", env: "FIREWORKS_API_KEY" },
|
||||
Siliconflow: { id: "siliconflow", label: "SiliconFlow", env: "SILICONFLOW_API_KEY" },
|
||||
SiliconflowCn: { id: "siliconflow-CN", label: "SiliconFlow CN", env: "SILICONFLOW_API_KEY" },
|
||||
Arcee: { id: "arcee", label: "Arcee AI", env: "ARCEE_API_KEY" },
|
||||
Moonshot: { id: "moonshot", label: "Moonshot/Kimi", env: "MOONSHOT_API_KEY / KIMI_API_KEY" },
|
||||
Sglang: { id: "sglang", label: "SGLang", env: "SGLANG_API_KEY" },
|
||||
Vllm: { id: "vllm", label: "vLLM", env: "VLLM_API_KEY" },
|
||||
Ollama: { id: "ollama", label: "Ollama", env: "OLLAMA_API_KEY" },
|
||||
Huggingface: { id: "huggingface", label: "Hugging Face", env: "HUGGINGFACE_API_KEY / HF_TOKEN" },
|
||||
};
|
||||
return variants.map((v) => labelMap[v]).filter(Boolean);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user