Actions6
- Chat Actions
- Router Actions
- Account Actions
- Model Actions
Overview
This node interacts with the Modelpilot API to list available AI models. It is useful for users who want to browse or retrieve information about different AI models supported by Modelpilot, enabling them to select appropriate models for their AI tasks or workflows.
Use Case Examples
- A user wants to fetch a list of all AI models available in Modelpilot to display in a UI for selection.
- An automation workflow needs to dynamically retrieve and update the list of AI models to ensure it uses the latest available models.
Properties
| Name | Meaning |
|---|---|
| Request Options | Options to customize the API request such as batching, SSL certificate validation, proxy settings, and timeout. |
Output
JSON
models- Array of AI models returned by the API, each containing details about a specific model.
Dependencies
- Modelpilot API
Troubleshooting
- If the API request fails, check network connectivity and ensure the API key credential is valid.
- Timeout errors may occur if the server is slow or unresponsive; increase the timeout setting if needed.
- SSL certificate errors can be bypassed by enabling the 'Ignore SSL Issues' option, but this reduces security.
- Proxy configuration errors can cause request failures; verify proxy URL and credentials if used.
Links
- Modelpilot API Documentation - Official documentation for the Modelpilot API endpoints and usage.