Skip to main content

Documentation Index

Fetch the complete documentation index at: https://www.edenai.co/docs/llms.txt

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

Configure Cline, the autonomous AI coding agent for VS Code, to use Eden AI for access to +300 LLM models.

Overview

Cline is a VS Code extension that gives you an autonomous AI agent capable of creating files, running terminal commands, and completing multi-step coding tasks. By pointing it at Eden AI’s OpenAI-compatible endpoint, you get:
  • +300 LLM models: Access OpenAI, Anthropic, Google, Cohere, and more through a single API key
  • Cost savings: Leverage Eden AI’s competitive pricing across all providers
  • Provider flexibility: Switch models without leaving VS Code

Prerequisites

Configuration

Step 1: Open Cline

  1. Click the Cline icon in the VS Code activity bar
  2. Select the third option Bring my own API key on the Cline panel
  3. Click on Continue

Step 2: Configure your provider

In the API Provider dropdown, select “OpenAI Compatible”. Fill in the following fields:
FieldValue
Base URLhttps://api.edenai.run/v3
API KeyYour Eden AI API key
Model IDe.g. anthropic/claude-sonnet-4-5
Click Continue.

Available Models

Use any model from Eden AI’s catalog in the provider/model format. A few examples covering different use cases:
  • anthropic/claude-sonnet-4-5 — powerful, best for complex coding tasks
  • google/gemini-2.5-flash — fast and low-cost, good for quick iterations
  • openai/gpt-4o-mini — cheapest, suitable for simple edits
Browse the full catalog with pricing and capabilities at app.edenai.run/models.

Troubleshooting

Authentication Errors (401)

  1. Confirm your Eden AI API key is correct — copy it from app.edenai.runAPI Keys
  2. Make sure there are no leading/trailing spaces in the key

Connection Issues

  1. Verify the base URL is exactly: https://api.edenai.run/v3
  2. Check Eden AI status: https://app-edenai.instatus.com

Next Steps