Using OpenHands with NanoGPT
A quick guide to setting up OpenHands with NanoGPT’s API.Setup Instructions
- Get your API key from nano-gpt.com/api
- In OpenHands, add a new LLM Endpoint and toggle “Advanced”.
- Configure the fields as follows:
- Custom Model:
openai/<MODEL_NAME_FROM_NANOGPT>- Example:
openai/openai/gpt-5.2 - If a model name contains a slash, include it: e.g.
openai/anthropic/claude-opus-4.5oropenai/google/gemini-3-flash-preview
- Example:
- Base URL:
https://nano-gpt.com/api/v1(no trailing slash) - API Key: Your key from step 1
- Search API Key (Tavily): Optional
- Agent:
CodeActAgent(recommended)
- Custom Model:
Important Notes
- The Base URL must NOT end with a
/. Usehttps://nano-gpt.com/api/v1exactly. - Prefix the model with
openai/and use the exact model name as shown by the NanoGPT API or on our pricing page.
openai/gpt-5.2, anthropic/claude-opus-4.5, and google/gemini-3-flash-preview. For a full list, check our pricing page.