Skip to content
Merged
Changes from all 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
6 changes: 3 additions & 3 deletions docs/inference-providers/integrations/claude-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Claude Code supports custom API endpoints via environment variables. By setting

### Option 1: Using the `hf-claude` Extension (Recommended)

The [`hf-claude`](https://github.com/hanouticelina/hf-claude) extension for the `hf` CLI provides an interactive model and provider picker that launches Claude Code with the right environment variables preconfigured.
The [`hf-claude`](https://github.com/huggingface/hf-claude) extension for the `hf` CLI provides an interactive model and provider picker that launches Claude Code with the right environment variables preconfigured.

1. Make sure you have `HF_TOKEN` set:

Expand All @@ -26,7 +26,7 @@ export HF_TOKEN="hf_..."
2. Install the extension:

```bash
hf extensions install hanouticelina/hf-claude
hf extensions install hf-claude
```

3. Launch Claude Code through `hf`:
Expand Down Expand Up @@ -73,5 +73,5 @@ Available policies are `:cheapest`, `:fastest`, or `:preferred`; use one of thes
## Resources

- [Claude Code Documentation](https://docs.anthropic.com/en/docs/claude-code)
- [`hf-claude` Extension](https://github.com/hanouticelina/hf-claude)
- [`hf-claude` Extension](https://github.com/huggingface/hf-claude)
- [Available models on Inference Providers](https://huggingface.co/inference/models)
Loading