diff --git a/README.md b/README.md
index 2863b4a9..2426e973 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,79 @@
+
# 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)!
+
+
+
+
+
+ |
+
+ 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(