Cloudwise MaaS API Documentation
Welcome to Cloudwise MaaS API documentation. Access 570+ state-of-the-art AI models through our OpenAI-compatible REST API.
Getting Started
Cloudwise MaaS provides a comprehensive REST API that is fully compatible with OpenAI's API format. This means you can easily switch from OpenAI to Cloudwise MaaS by simply changing the base URL and API key.
Base URL
https://api.cloudwise.ai/v1
Authentication
All API requests require authentication using an API key. Include your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
Quick Example
curl https://api.cloudwise.ai/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-5",
"messages": [
{"role": "user", "content": "Hello!"}
]
}'
Available Models
Select a model from the left sidebar to view detailed API documentation, request/response examples, and model-specific parameters.
- Text Models: GPT-5, Claude Sonnet 4.5, Gemini 2.5, DeepSeek-V3, and more
- Image Models: ByteDance Seedream 4.0, Gemini 2.5 Flash Image, and more
- Video Models: Sora 2, Veo 3, Kling, Hailuo, and more