Actions6
- Chat Actions
- Router Actions
- Account Actions
- Model Actions
Overview
This node interacts with the Modelpilot API to retrieve the balance information of an account. It is useful for users who want to monitor their account balance or usage statistics within the Modelpilot platform. For example, it can be used in workflows that automate financial tracking or usage monitoring of AI services.
Use Case Examples
- A user wants to check their current balance before making further API calls to ensure they have sufficient credits.
- An automated report workflow that fetches and logs the account balance daily for auditing purposes.
Properties
| Name | Meaning |
|---|---|
| Request Options | Settings to control request behavior such as batching, SSL certificate validation, proxy usage, and timeout duration. |
Output
JSON
balance- The current balance of the account retrieved from the Modelpilot API.usage- Usage statistics related to the account, if provided by the API.
Dependencies
- Modelpilot API with an API key credential
Troubleshooting
- Ensure the API key credential is correctly configured and has the necessary permissions to access account balance information.
- If SSL certificate validation errors occur, consider enabling the 'Ignore SSL Issues' option, but be aware of the security implications.
- Check proxy settings if requests fail due to network restrictions or firewall rules.
- Timeout errors may occur if the server is slow to respond; adjust the timeout setting accordingly.
Links
- Modelpilot API Documentation - Official documentation for the Modelpilot API, including endpoints and usage guidelines.