Use AI Badgr with Cline

Drop-in OpenAI replacement for Cline

1

Set API Key

Open Cline settings in VS Code and set your API key:

API Key (in Cline settings)
your_api_key_here

Note: Get your API key from aibadgr.com/signup

2

Set Base URL

In Cline settings, select "OpenAI" as provider and set the base URL:

API Base URL (in Cline settings)
https://aibadgr.com/api/v1

Important: The base URL must be the OpenAI-style root that contains /chat/completions under it. Use: https://aibadgr.com/api/v1

3

Pick Model

In Cline settings, select a model from the dropdown:

Model (in Cline settings)
gpt-3.5-turbo

Recommended: gpt-4o-mini (cheap) or gpt-4o (better).

Other OpenAI-compatible names may work, but start with these.

4

Verify

Run: "Summarize this file"

You should see a response.

✓ That's it! You're now using AI Badgr with Cline.

Supports streaming + JSON mode.

If it doesn't work

404 Not Found

Your base URL is wrong. It must be the OpenAI-style root that contains /chat/completions under it. Use: https://aibadgr.com/api/v1

401 Unauthorized

Your API key isn't set or wrong. Check that you set it correctly in Cline settings. Restart VS Code after setting the key.

Model not found

If you see "model not found", start with gpt-4o-mini or gpt-4o.