> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nano-gpt.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Cline

> Using NanoGPT with Cline CLI interface

# Using Cline with NanoGPT

A quick guide to setting up Cline with NanoGPT's API.

## Setup Instructions

1. Get your API key from [nano-gpt.com/api](https://nano-gpt.com/api)
2. In Cline settings, add a new Custom Model with these details:
   * API Provider: OpenAI Compatible
   * Base URL: [https://nano-gpt.com/api/v1/](https://nano-gpt.com/api/v1/)
   * API Key: Your key from step 1
   * Model ID: openai/gpt-5.2

> **Tip:** If Cline is not showing a model's `thinking` output, switch the Base URL to `https://nano-gpt.com/api/v1legacy/`. Cline still expects the legacy streaming shape for parallel thinking/output channels, and this endpoint keeps that compatibility without affecting model availability.

That's it! You can now use Cline with every model you can think of. Model names are on our [pricing page](https://nano-gpt.com/pricing) - important ones are openai/gpt-5.2, anthropic/claude-opus-4.5, google/gemini-3-flash-preview, or just any other model you fancy.
