Actions6
- Chat Actions
- Router Actions
- Account Actions
- Model Actions
Overview
This node interacts with the Modelpilot API to list AI model routers. It sends a POST request to the endpoint `/mcp/list-routers` to retrieve the list of routers. This operation is useful for users who want to manage or view available AI model routers within the Modelpilot platform, enabling integration and automation of router management in workflows.
Use Case Examples
- A user wants to automate the retrieval of all AI model routers to monitor or update their configurations regularly.
- A workflow needs to fetch the list of routers to dynamically select a router for subsequent API calls.
Properties
| Name | Meaning |
|---|---|
| Request Options | Options to customize the API request behavior, including batching, SSL certificate validation, proxy settings, and timeout. |
Output
JSON
routers- Array of router objects returned by the API, representing the list of AI model routers.
Dependencies
- Modelpilot API
Troubleshooting
- If the API request fails, check the network connection and ensure the API credentials are correctly configured.
- Timeout errors may occur if the server is slow to respond; increase the timeout setting if needed.
- SSL certificate errors can be bypassed by enabling the 'Ignore SSL Issues' option, but this reduces security.
- Proxy settings must be correctly configured if a proxy is required for network access.
Links
- Modelpilot API Documentation - Official documentation for the Modelpilot API endpoints and usage.