Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
2 changes: 2 additions & 0 deletions docs/inference-providers/guides/first-api-call.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ Set your token as an environment variable:
export HF_TOKEN="your_token_here"
```

You can add this line to your `.bash_profile` or similar file for all your terminal environments to automatically source the token.

The Python or TypeScript code snippet will use the token from the environment variable.

<hfoptions id="python-code-snippet">
Expand Down
10 changes: 5 additions & 5 deletions docs/inference-providers/pricing.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ Access 200+ models from leading AI inference providers with centralized, transpa

Every Hugging Face user receives monthly credits to experiment with Inference Providers:

| Account Type | Monthly Credits | Extra usage (pay-as-you-go) |
| ---------------------------- | --------------- | -------- |
| Free Users | $0.10, subject to change | no |
| PRO Users | $2.00 | yes |
| Enterprise Hub Organizations | $2.00 per seat | yes |
| Account Type | Monthly Credits | Extra usage (pay-as-you-go) |
| -------------------------------- | ------------------------ | --------------------------- |
| Free Users | $0.10, subject to change | no |
| PRO Users | $2.00 | yes |
| Team or Enterprise Organizations | $2.00 per seat | yes |
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the diff in the 1st column^


<Tip>

Expand Down