Use NeverMetered with your tools
Copy-and-paste setup for coding agents, editors and SDKs. Each guide takes a minute: create a key, paste the config, run one command to check it works.
Coding agents
Terminal agents that plan, edit files and run commands.
- Claude Code
Anthropic's terminal coding agent, pointed at your own base URL and model.
Anthropic Messages - Codex CLI
OpenAI's open-source terminal agent, using a custom Responses API provider.
OpenAI Responses - OpenCode
Open-source terminal agent with an OpenAI-compatible provider.
OpenAI Chat - Aider
AI pair programming in your terminal, through Aider's OpenAI-compatible support.
OpenAI Chat
Editors
Assistants that live inside your IDE.
SDKs & frameworks
Call the API from your own code.
- OpenAI SDK
The official Python and TypeScript clients, with Chat Completions or the Responses API.
OpenAI ChatOpenAI Responses - Anthropic SDK
The official Python and TypeScript clients for the Messages API.
Anthropic Messages - Vercel AI SDK
TypeScript toolkit for AI apps, via the OpenAI-compatible provider.
OpenAI Chat - LangChain
LangChain and LangGraph in Python through ChatOpenAI.
OpenAI Chat - LiteLLM
Call the gateway from the LiteLLM SDK or put it behind a LiteLLM proxy.
OpenAI Chat - curl
Raw HTTP requests, for testing or for languages without an SDK.
OpenAI ChatAnthropic Messages