Get Model Info
atlas_get_model_infoRetrieve comprehensive API documentation, pricing details, input/output schemas, and usage examples for specific AI models in the Atlas Cloud platform.
Instructions
Get detailed information about a specific Atlas Cloud model, including API documentation, input/output schema, pricing, and usage examples.
This tool fetches the model's OpenAPI schema and generates comprehensive API documentation with cURL examples.
Args:
model (string): The model ID (e.g., "deepseek-ai/deepseek-v3.2", "kling-video/kling-v3.0-standard-text-to-video")
Returns: Markdown-formatted model details including:
Model metadata (type, provider, context length, etc.)
Pricing information
Full API input/output schema with parameter descriptions
Required and optional parameters with defaults
cURL usage examples
Playground link
Examples:
model="deepseek-ai/deepseek-v3.2" -> DeepSeek V3.2 model details and API docs
model="kling-video/kling-v3.0-standard-text-to-video" -> Kling video model API docs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | Model ID, e.g., "deepseek-ai/deepseek-v3.2" or "kling-video/kling-v3.0-standard-text-to-video" |