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/claude-3-5-sonnet-20241022
- If a model name contains a slash, include it: e.g.
openai/deepseek/deepseek-chat
- 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/v1
exactly. - Prefix the model with
openai/
and use the exact model name as shown by the NanoGPT API or on our pricing page.
o1
, claude-3-5-sonnet-20241022
, yi-lightning
, and deepseek/deepseek-chat
. For a full list, check our pricing page.