This document is for the AI Cloud Platform beta version (v0.1.0)
Best practices and troubleshooting guide to help you quickly get started with the Chipltech AI Computing Cloud Platform
Before using the platform, you need to register an account (beta version accounts are obtained through manual application). After obtaining an account, you can login at the login page:
After logging in, you can create your first computing instance:
Note: The system disk is mounted at the container's root directory (/), data is preserved during stop and restart operations, but will be deleted when the container is released. Network disk expansion is only supported on the network disk management page.
After creating an instance, you can use it from the "Instance Management" page in the console:
The platform provides convenient network disk functionality to help you manage data and models:
The platform supports various image management functions for convenient development environment configuration:
| Status | Operation | Button |
|---|---|---|
| Terminated | Enabled | Start |
| Running | Enabled | Stop |
| Waiting | Enabled | Restart |
| Failed | Enabled | Save Image |
| Enabled | Release |
The platform integrates a large language model service based on DeepSeek-R1, providing powerful natural language processing and reasoning capabilities:
How to Use:

DeepSeek Chatbot Interface Display
The platform provides API services for the DeepSeek-R1 model, making it convenient for developers to integrate large language model capabilities into their applications:
https://deepseek.chipltech.com/v1/chat/completionsNote: This API is only available in the internal network environment

DeepSeek API Service Architecture Diagram
curl https://deepseek.chipltech.com/v1/chat/completions \
-X POST \
-H "Authorization: Bearer sk-daxg7wrsh3no43mo" \
-H "Content-Type: application/json" \
-d '{
"model": "/mnt/jfs/models/DeepSeek-R1-Distill-Qwen-7B",
"messages": [
{"role": "system", "content": "You are a helpful assistant."},
{"role": "user", "content": "9.8和9.11谁大?"}
],
"stream": true,
"temperature": 0.01
}'For more detailed information and usage examples, please check the Model Management page. sidebar.instances
The platform integrates the DeepSeek-R1 large language model, providing powerful natural language processing and reasoning capabilities. Through two usage methods, it meets the needs of different scenarios: