Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.agipower.ai/llms.txt

Use this file to discover all available pages before exploring further.

Guide to Using Cline with AGIPower

Cline is a collaborative programming agent for complex tasks. By integrating with AGIPower, you can access more powerful models to enhance development efficiency.
AGIPower fully supports the OpenAI API protocol and can be used with simple configuration.Note that the OpenAI protocol base_url is “https://api.agipower.ai/v1”.

Installing Cline

Cline supports multiple development tools such as Visual Studio Code, JetBrains IDEs, etc. You can choose the corresponding installation method based on your tools. For details, please refer to Cline’s official documentation.

Configuring Cline

  1. Click the Cline icon on the left side of VSCode to open the Cline panel.
  2. Click the settings icon ⚙️ in the top right corner of the panel.
  3. In the API Configuration tab:
  • Select OpenAI Compatible for API Provider
  • Enter https://api.agipower.ai/v1 in Base URL
  • Enter your AGIPower API Key in OpenAI Compatible API Key
  • Enter the AGIPower model slug in Model ID, such as anthropic/claude-3.7-sonnet
  1. Click the Done button in the top right corner to complete the configuration.
<div style=“text-align: center;”> Cline Configuration </div>

Getting Started

After configuration is complete, you can start using Cline. AGIPower provides rich model support for Cline. You can select the desired model from our official model list and enter it in the Model ID field. <div style=“text-align: center;”> Cline Usage Effect </div>

Troubleshooting

Common Issues

API Key Error

Issue: API Key reported as invalid or unauthorized Solution:
  • Verify that the AGIPower API Key you entered is correct
  • Confirm the API Key is active and has sufficient balance
  • Check that the API Key format starts with sk-

Contact Us

If you encounter any issues during use, or have suggestions and feedback, please contact us through the following channels:
For more contacts and details, visit our Contact Us page.