You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-5Lines changed: 16 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@
31
31
-**🌐 Multi-Cloud Support**
32
32
- Amazon Web Services (AWS) - Full support
33
33
- Alibaba Cloud (阿里云) - Full support
34
+
- DeepSeek - Full support (balance tracking)
34
35
- Azure & GCP - Coming soon
35
36
36
37
-**📊 Cost Visualization**
@@ -135,26 +136,35 @@ The compiled binary will be at:
135
136
136
137
> **Note:** Alibaba Cloud billing API is free of charge.
137
138
139
+
### DeepSeek Configuration
140
+
141
+
1. Log in to [DeepSeek Platform](https://platform.deepseek.com/)
142
+
2. Navigate to **API Keys** section
143
+
3. Create a new API key
144
+
4. Add the account in CloudBridge using the API key
145
+
146
+
> **Note:** DeepSeek displays your account balance (including granted and topped-up balances) instead of cost data. The balance query API is free of charge.
147
+
138
148
## 🚀 Usage
139
149
140
150
### Adding a Cloud Account
141
151
142
152
1. Launch CloudBridge
143
153
2. Navigate to **Accounts** in the sidebar
144
-
3. Select your cloud provider (AWS or Alibaba Cloud)
154
+
3. Select your cloud provider (AWS, Alibaba Cloud, or DeepSeek)
145
155
4. Enter account name and credentials
146
156
5. Click **Validate & Add**
147
157
148
158
### Viewing Cost Data
149
159
150
160
1. Go to **Dashboard**
151
161
2. View the overview cards showing:
152
-
- Current month total cost
162
+
- Current month total cost (or balance for DeepSeek accounts)
153
163
- Last month total cost
154
164
- Month-over-month change
155
165
- Active accounts count
156
-
3. Click on any account card to expand service-level details
157
-
4. Click **Trend** to view the 30-day cost chart
166
+
3. Click on any account card to expand service-level details (or balance breakdown for DeepSeek)
167
+
4. Click **Trend** to view the 30-day cost chart (not available for DeepSeek)
158
168
159
169
### Refreshing Data
160
170
@@ -163,7 +173,8 @@ The compiled binary will be at:
0 commit comments