@@ -70,7 +70,7 @@ Start earning from day one:
70
70
## Technical Requirements
71
71
72
72
### ** Minimum Specifications**
73
- - ** Solar Capacity** : 500kW minimum installation
73
+ - ** Solar Capacity** : 25kW minimum installation
74
74
- ** Grid Connection** : Stable internet connectivity required
75
75
- ** Electrical Infrastructure** : Adequate power distribution capacity
76
76
- ** Site Security** : Controlled access to compute equipment
@@ -165,36 +165,7 @@ Seamless implementation process:
165
165
166
166
---
167
167
168
- ## Get Help & Stay Updated
169
-
170
- ### ** Ephemeral Compute**
171
- ** $0.05 per compute hour**
172
-
173
- - Best for batch processing
174
- - Spot instance pricing
175
- - Auto-scaling available
176
- - API access included
177
- - Basic support
178
-
179
- ### ** Dedicated Compute**
180
- ** $0.15 per compute hour**
181
-
182
- - Guaranteed resources
183
- - Reserved instances
184
- - 99.9% uptime SLA
185
- - Priority support
186
- - Custom configurations
187
-
188
- ### ** Enterprise**
189
- ** Custom volume pricing**
190
-
191
- - Dedicated infrastructure
192
- - Custom SLAs
193
- - 24/7 phone support
194
- - Compliance certifications
195
- - Managed services
196
-
197
- ---
168
+ ##
198
169
199
170
## Technical Specifications
200
171
@@ -216,53 +187,7 @@ Seamless implementation process:
216
187
217
188
---
218
189
219
- ## Getting Started
220
-
221
- ### ** Quick Start**
222
- ``` bash
223
- # Install AsobaCode CLI
224
- curl -fsSL https://install.asoba.co/cli | bash
225
-
226
- # Deploy your first workload
227
- asoba compute deploy --type gpu --nodes 2 --region auto
228
-
229
- # Monitor your deployment
230
- asoba compute status
231
-
232
- # Scale your workload
233
- asoba compute scale --nodes 5
234
- ```
235
-
236
- ### ** Docker Deployment**
237
- ``` bash
238
- # Deploy with Docker
239
- docker run -d --gpus all \
240
- -e ASOBA_API_KEY=your_key \
241
- your-ai-workload
242
-
243
- # Kubernetes deployment
244
- kubectl apply -f asoba-compute.yaml
245
- ```
246
-
247
- ### ** API Integration**
248
- ``` python
249
- import asoba_compute
250
-
251
- # Initialize client
252
- client = asoba_compute.Client(api_key = " your_key" )
253
-
254
- # Deploy workload
255
- deployment = client.deploy(
256
- workload = " ai-training" ,
257
- nodes = 4 ,
258
- region = " auto"
259
- )
260
-
261
- # Monitor status
262
- status = client.get_status(deployment.id)
263
- ```
264
-
265
- ---
190
+ ##
266
191
267
192
## Comparison with Traditional Cloud
268
193
0 commit comments