Skip to content

Commit be30296

Browse files
committed
Merge branch 'refacto-for-inference-providers-doc' of github.com:huggingface/hub-docs into refacto-for-inference-providers-doc
2 parents 74833f8 + 2b16f3e commit be30296

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/api-inference/pricing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The Inference Providers is a production-ready service involving external partner
99

1010
## Pay-as-you-Go
1111

12-
Only **PRO and Enterprise Hub users** can continue using the API once their monthly included credits are exhausted. This billing model, known as "Pay-as-you-Go" (PAYG), is charged on top of the monthly subscription. PAYG is only available for providers that are integrated with our billing system. We're actively working to integrate all providers, but in the meantime, any providers that are not yet integrated will be blocked once the free-tier limit is reached.
12+
**PRO and Enterprise Hub users** can continue using the API once their monthly included credits are exhausted. This billing model, known as "Pay-as-you-Go" (PAYG), is charged on top of the monthly subscription. PAYG is only available for providers that are integrated with our billing system. We're actively working to integrate all providers, but in the meantime, any providers that are not yet integrated will be blocked once the free-tier limit is reached.
1313

1414
If you haven't used up your included credits yet, we estimate costs for providers that aren’t fully integrated with our billing system. These estimates are usually higher than the actual cost to prevent abuse, which is why PAYG is currently disabled for those providers.
1515

@@ -39,7 +39,7 @@ Here is a table that sums up what we've seen so far:
3939
| **Routed request with custom key** | Yes | Provider | No | Yes | SDKs, Playground, widgets, Data AI Studio |
4040
| **Direct call** | No | Provider | No | Yes | SDKs only |
4141

42-
## HF Inference cost
42+
## HF-Inference cost
4343

4444
As you may have noticed, you can select to work with `"hf-inference"` provider. This is what used to be the "Inference API (serverless)" prior to the Inference Providers integration. From a user point of view, working with HF Inference is the same as with any other providers. Past the free-tier credits, you get charged for every inference request based on the compute time x price of the underlying hardware.
4545

docs/api-inference/security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Data Security/Privacy
44

5-
Hugging Face does not store any user data for training purposes. We do not parse or store the request body or response when routing requests through Hugging Face. Logs are kept for debugging purposes for up to 30 days, but no user data or tokens are stored.
5+
Hugging Face does not store any user data for training purposes. We do not store the request body or response when routing requests through Hugging Face. Logs are kept for debugging purposes for up to 30 days, but no user data or tokens are stored.
66

77
For more information on how your data is handled, please refer to the Data Security Policies of each provider.
88

0 commit comments

Comments
 (0)