Models
SeaCloud provides various types of AI models, including LLM (text chat), Image, Video, Audio, and 3D generation. Each model has its own dedicated API endpoint and calling method.
Important: Currently each model has its own API endpoint and parameter structure. There is no universal interface to call all models. Please use the endpoint and parameters from the model details page or model list API response. An SDK will be provided in the future to simplify the process.
How to Get Model API Information
Recommended: Visit the Models page to browse all available models. Each model detail page provides complete curl examples and parameter descriptions that you can copy and use directly.
Last updated