diff --git a/README.md b/README.md index 2863b4a9..2426e973 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,79 @@ +

+ + Atlas Cloud + +

+ +> 🎁 **[Atlas Cloud](https://www.atlascloud.ai/?utm_source=github&utm_medium=link&utm_campaign=cc-switch-cli)** is a unified AI inference platform β€” 59 frontier LLMs (DeepSeek-V4, Qwen3, Kimi K2, GPT-5, Gemini 2.5 Pro, Claude, Grok-4…) via a single OpenAI-compatible endpoint. Configure Atlas Cloud as the API backend for OpenCode or other AI coding assistants managed by cc-switch-cli. [View all models](https://www.atlascloud.ai/models) Β· [Coding Plan](https://www.atlascloud.ai/console/coding-plan) + +
+πŸ“‹ 59 models available on Atlas Cloud + +| Model | Type | +|-------|------| +| deepseek-ai/deepseek-v4-pro | LLM | +| deepseek-ai/deepseek-v4-0520 | LLM | +| deepseek-ai/deepseek-v4-flash | LLM | +| deepseek-ai/deepseek-r2 | LLM | +| deepseek-ai/deepseek-r2-0528 | LLM | +| deepseek-ai/deepseek-r1-0528 | LLM | +| deepseek-ai/deepseek-r1 | LLM | +| deepseek-ai/deepseek-prover-v2 | LLM | +| moonshot-ai/kimi-k2 | LLM | +| moonshot-ai/kimi-k2-0711 | LLM | +| moonshot-ai/kimi-k1.5-long | LLM | +| qwen/qwen3-235b-a22b | LLM | +| qwen/qwen3-30b-a3b | LLM | +| qwen/qwen3-32b | LLM | +| qwen/qwq-32b | LLM | +| openai/gpt-5 | LLM | +| openai/gpt-5-mini | LLM | +| openai/gpt-4.1 | LLM | +| openai/gpt-4o | LLM | +| openai/o3 | LLM | +| openai/o4-mini | LLM | +| openai/o3-mini | LLM | +| anthropic/claude-sonnet-4-5 | LLM | +| anthropic/claude-opus-4 | LLM | +| anthropic/claude-sonnet-4 | LLM | +| anthropic/claude-haiku-4-5 | LLM | +| google/gemini-2.5-pro | LLM | +| google/gemini-2.5-flash | LLM | +| google/gemini-2.5-flash-lite | LLM | +| google/gemini-2.0-flash | LLM | +| xai/grok-4 | LLM | +| xai/grok-3 | LLM | +| xai/grok-3-mini | LLM | +| meta-llama/llama-4-scout | LLM | +| meta-llama/llama-4-maverick | LLM | +| meta-llama/llama-3.3-70b | LLM | +| cohere/command-a | LLM | +| mistral/mistral-large | LLM | +| minimax/minimax-m1 | LLM | +| 01ai/yi-lightning | LLM | +| seedance/seedance-v1-pro | Video | +| seedance/seedance-v1-pro-fast | Video | +| seedance/seedance-v1-lite | Video | +| kling/kling-v2.1-pro | Video | +| kling/kling-v2.1-standard | Video | +| kling/kling-v1.6-pro | Video | +| kling/kling-v1.6-standard | Video | +| wan2/wan2.1-t2v-turbo | Video | +| wan2/wan2.1-i2v-turbo | Video | +| veo/veo3.1-fast | Video | +| veo/veo3-fast | Video | +| veo/veo3 | Video | +| runway/gen4-turbo | Video | +| stable-diffusion/sd3.5-large | Image | +| flux/flux1.1-pro-ultra | Image | +| flux/flux1.1-pro | Image | +| ideogram/ideogram-v3 | Image | +| recraft/recraft-v3 | Image | +| minimax/hailuo-i2v-01-live | Video | +
+ +--- +
# CC-Switch CLI @@ -89,6 +165,16 @@ This project is a **CLI fork** of [CC-Switch](https://github.com/farion1231/cc-s Exclusive benefit for CC-Switch CLI users: register via this link and enjoy an extra 10% credit on your first recharge (please contact the group admin to claim after recharging)! + + + + Atlas Cloud + + + + Thanks to Atlas Cloud for supporting this project! Atlas Cloud is a unified AI inference platform offering 59 frontier models β€” DeepSeek-V4, Qwen3, Kimi K2, GPT-5, Gemini 2.5 Pro, Claude Opus 4, Grok-4, and more β€” through a single OpenAI-compatible API endpoint. Perfect as the LLM backend for OpenCode and other AI coding assistants managed by cc-switch-cli. Coding Plan available for developers. View all 59 models β†’ + + --- diff --git a/assets/partners/logos/atlas-cloud.png b/assets/partners/logos/atlas-cloud.png new file mode 100644 index 00000000..780a4769 Binary files /dev/null and b/assets/partners/logos/atlas-cloud.png differ diff --git a/src-tauri/src/provider_defaults.rs b/src-tauri/src/provider_defaults.rs index 3fb2ad06..c6cf2504 100644 --- a/src-tauri/src/provider_defaults.rs +++ b/src-tauri/src/provider_defaults.rs @@ -148,6 +148,20 @@ pub static DEFAULT_PROVIDER_ICONS: Lazy> = L color: "#FFD21E", }, ); + m.insert( + "atlascloud", + ProviderIcon { + name: "atlascloud", + color: "#6B4FBB", + }, + ); + m.insert( + "atlas", + ProviderIcon { + name: "atlascloud", + color: "#6B4FBB", + }, + ); // 云平台 m.insert(