Skip to content

Commit 74833f8

Browse files
committed
feedback
1 parent b18eddd commit 74833f8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/api-inference/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ The Hugging Face Inference Providers revolutionizes how developers access and ru
44

55
To learn more about the launch of the Inference Providers, check out our [announcement blog post](https://huggingface.co/blog/inference-providers).
66

7-
## Why use the Inference Provider API?
7+
## Why use the Inference Providers?
88

9-
The Inference Provider API offers a fast and simple way to explore thousands of models for a variety of tasks. Whether you're experimenting with ML capabilities or building a new application, this API gives you instant access to high-performing models across multiple domains:
9+
The Inference Providers offers a fast and simple way to explore thousands of models for a variety of tasks. Whether you're experimenting with ML capabilities or building a new application, this API gives you instant access to high-performing models across multiple domains:
1010

1111
* **Text Generation:** Including large language models and tool-calling prompts, generate and experiment with high-quality responses.
1212
* **Image and Video Generation:** Easily create customized images, including LoRAs for your own styles.
1313
* **Document Embeddings:** Build search and retrieval systems with SOTA embeddings.
1414
* **Classical AI Tasks:** Ready-to-use models for text classification, image classification, speech recognition, and more.
1515

16-
**Fast and Free to Get Started**: The Inference Provider API comes with a free-tier and additional included credits for [PRO users](https://hf.co/subscribe/pro).
16+
**Fast and Free to Get Started**: The Inference Providers comes with a free-tier and additional included credits for [PRO users](https://hf.co/subscribe/pro).
1717

1818
## Key Features
1919

@@ -166,7 +166,7 @@ console.log(chatCompletion.choices[0].message);
166166

167167
In this introduction, we've covered the basics of Inference Provider. To learn more about this service, check out our guides and API Reference:
168168
- [Pricing and Billing](./pricing): everything you need to know about billing
169-
- [Hub integration](./hub-integration): how the Inference Provider API is integrated with the Hub?
169+
- [Hub integration](./hub-integration): how the Inference Providers is integrated with the Hub?
170170
- [External Providers](./providers): everything about providers and how to become an official partner
171171
- [Hub API](./hub-api): high level API for inference providers
172172
- [API Reference](./tasks/index): learn more about the parameters and task-specific settings.

docs/api-inference/security.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ Hugging Face does not store any user data for training purposes. We do not parse
66

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

9-
Inference Provider API uses TLS/SSL to encrypt data in transit.
9+
Inference Provider routing uses TLS/SSL to encrypt data in transit.
1010

1111
## Hub Security
1212

13-
The Hugging Face Hub, which Inference Provider API is part, is SOC2 Type 2 certified. For more on Hub security: https://huggingface.co/docs/hub/security. External providers are responsible for their own security measures, so please refer to their respective security policies for more details.
13+
The Hugging Face Hub, which Inference Providers is a feature of, is SOC2 Type 2 certified. For more on Hub security: https://huggingface.co/docs/hub/security. External providers are responsible for their own security measures, so please refer to their respective security policies for more details.
1414

1515
<img width="150" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/security-soc-1.jpg">

0 commit comments

Comments
 (0)