Alaya NeW Cloud

Welcome to Alaya NeW Cloud docs

The official documentation hub for Alaya NeW Cloud. From account setup, GPU instances, training and inference platforms, to OpenAI-compatible model APIs, billing, and enterprise compliance — every path from raw compute to production lives here.

Get Started

Six common entry points — from signup to your first GPU

Call our model API (AlayaCode)

OpenAI- and Anthropic-compatible — one subscription key, two protocols

curl https://codingplan.alayanew.com/v1/chat/completions   -H "Content-Type: application/json"   -H "Authorization: Bearer sk-xxx"   -d '{
    "model": "minimax-m2.5",
    "messages": [
      {"role": "system", "content": "You are a helpful assistant"},
      {"role": "user", "content": "Hello"}
    ],
    "temperature": 0.7,
    "stream": false
  }'

Featured tutorials

Six most-read guides — fine-tuning, inference, SDK migration, RAG

Large-scale training

Single-node to kilo-GPU — platform, network, guides

From the Tech Blog

Field notes from engineering and the research institute — inference tuning, kilo-GPU training, compliance, compute strategy

FAQ

View all FAQs →