Vtrix 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
1
Click "Models" in the top navigation
Open the Models section of the Vtrix console.
2
Select model type
Choose one of: LLM, Image, Video, Audio, or 3D.
3
Click on a model of interest
Open the model's details page to view specific information.
4
Switch to the "API" tab
In the model details page, open the "API" tab to see the complete curl example and all parameter descriptions for that model, ready to copy and use.
💡 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.