Skip to content
Open
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions openhands/usage/llms/openhands-llms.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ description: OpenHands LLM provider with access to state-of-the-art (SOTA) agent

![OpenHands LLM API Key](/openhands/static/img/openhands-llm-api-key.png)


## Configuration

When running OpenHands, you'll need to set the following in the OpenHands UI through the Settings under the `LLM` tab:
Expand All @@ -28,10 +29,16 @@ When running OpenHands, you'll need to set the following in the OpenHands UI thr

![OpenHands Provider in CLI](/openhands/static/img/openhands-provider-cli.png)


<Note>
When you use OpenHands as an LLM provider in the CLI, we may track minimal model‑usage metadata (e.g., agent vs. condenser) and send it to All Hands AI to help improve OpenHands. We never sell this data.
</Note>

## Pricing

Pricing follows official API provider rates. Below are the current pricing details for OpenHands models:


| Model | Input Cost (per 1M tokens) | Cached Input Cost (per 1M tokens) | Output Cost (per 1M tokens) | Max Input Tokens | Max Output Tokens |
|-------|----------------------------|-----------------------------------|------------------------------|------------------|-------------------|
| claude-sonnet-4-5-20250929 | $3.00 | $0.30 | $15.00 | 200,000 | 64,000 |
Expand Down