List Atlas Cloud Models
atlas_list_modelsDiscover available AI models for text, image, and video generation on Atlas Cloud, with filtering by type to find specific models and their details.
Instructions
List all available models on Atlas Cloud, optionally filtered by type.
Args:
type (string, optional): Filter by model type. Options: "Text", "Image", "Video"
Returns: Markdown-formatted list of models grouped by type, including model ID, description, provider, and pricing.
Examples:
No params -> list all models
type="Image" -> list only image generation models
type="Video" -> list only video generation models
type="Text" -> list only LLM/text models
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Filter by model type: Text, Image, or Video |