diff --git a/docs/inference-providers/guides/first-api-call.md b/docs/inference-providers/guides/first-api-call.md index 24dd39649..8bcdfc608 100644 --- a/docs/inference-providers/guides/first-api-call.md +++ b/docs/inference-providers/guides/first-api-call.md @@ -54,6 +54,12 @@ 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. diff --git a/docs/inference-providers/pricing.md b/docs/inference-providers/pricing.md index ab06bf5a7..8e9c05b6a 100644 --- a/docs/inference-providers/pricing.md +++ b/docs/inference-providers/pricing.md @@ -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 |