Feat/Add ByteDance Ark provider (#226)

This commit is contained in:
Lingxuan Zuo
2026-02-28 16:44:58 +08:00
committed by GitHub
Unverified
parent 1b45d891c3
commit 8cda9235b3
6 changed files with 62 additions and 9 deletions

View File

@@ -2,6 +2,7 @@ import anthropic from './anthropic.svg';
import openai from './openai.svg';
import google from './google.svg';
import openrouter from './openrouter.svg';
import ark from './ark.svg';
import moonshot from './moonshot.svg';
import siliconflow from './siliconflow.svg';
import minimaxPortal from './minimax.svg';
@@ -14,6 +15,7 @@ export const providerIcons: Record<string, string> = {
openai,
google,
openrouter,
ark,
moonshot,
siliconflow,
'minimax-portal': minimaxPortal,