docs: document Ark provider support

This commit is contained in:
fanziqing
2026-08-14 17:01:50 +08:00
parent 68c7914b80
commit 158b45ee50
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ Under the hood:
Model access is yours: pick a provider, paste your key, switch anytime. Supported out of the box: Model access is yours: pick a provider, paste your key, switch anytime. Supported out of the box:
**OpenAI · Anthropic · Google Gemini · Inkling (Thinking Machines) · GLM (Z.ai) · DeepSeek · Kimi (Moonshot) · Qwen · MiniMax · Mistral · Grok (xAI)** - plus open-weight models via **Together** and **Fireworks**, and fully local models via **Ollama**. **OpenAI · Anthropic · Google Gemini · BytePlus Ark · Volcengine Ark Agent Plan · Inkling (Thinking Machines) · GLM (Z.ai) · DeepSeek · Kimi (Moonshot) · Qwen · MiniMax · Mistral · Grok (xAI)** - plus open-weight models via **Together** and **Fireworks**, and fully local models via **Ollama**.
A curated model list marks what we've verified for tool-calling work. Adding any model string works at your own risk. A curated model list marks what we've verified for tool-calling work. Adding any model string works at your own risk.
+5 -5
View File
@@ -1,9 +1,9 @@
// Provider logo registry (UX-DECISIONS §39): official brand marks for the onboarding // Provider logo registry (UX-DECISIONS §39): official brand marks for the onboarding
// provider gallery, vendored from the MIT-licensed lobe-icons set (same // provider gallery. Most are vendored from the MIT-licensed lobe-icons set; BytePlus is
// bundled-asset posture as the connector registry — no CDN at runtime). Keys are // its official website mark, used with permission. All stay bundled like connector assets
// /v1/providers names; unknown names get no mark (the gallery falls back to a // (no CDN at runtime). Keys are /v1/providers names; unknown names get no mark (the gallery
// neutral monogram). PROVIDER_ORDER is the gallery order — recognition first, // falls back to a neutral monogram). PROVIDER_ORDER is the gallery order — recognition
// long tail behind the scroll fold. // first, long tail behind the scroll fold.
import anthropic from "./logos/anthropic.svg"; import anthropic from "./logos/anthropic.svg";
import openai from "./logos/openai.svg"; import openai from "./logos/openai.svg";