Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions docs/inference-providers/_toctree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@
title: SambaNova
- local: providers/scaleway
title: Scaleway
- local: providers/textclf
title: TextCLF
- local: providers/together
title: Together
- local: providers/wavespeed
Expand Down
1 change: 1 addition & 0 deletions docs/inference-providers/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Our platform integrates with leading AI infrastructure providers, giving you acc
| [Replicate](./providers/replicate) | | | | ✅ | ✅ | ✅ |
| [SambaNova](./providers/sambanova) | ✅ | | ✅ | | | |
| [Scaleway](./providers/scaleway) | ✅ | | ✅ | | | |
| [TextCLF](./providers/textclf) | ✅ | | | | | |
| [Together](./providers/together) | ✅ | ✅ | | ✅ | | |
| [WaveSpeedAI](./providers/wavespeed) | | | | ✅ | ✅ | |
| [Z.ai](./providers/zai-org) | ✅ | ✅ | | | | |
Expand Down
51 changes: 51 additions & 0 deletions docs/inference-providers/providers/textclf.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
<!---
WARNING

This markdown file has been generated from a script. Please do not edit it directly.

### Template

If you want to update the content related to TextCLF's description, please edit the template file under `https://github.com/huggingface/hub-docs/tree/main/scripts/inference-providers/templates/providers/textclf.handlebars`.

### Logos

If you want to update TextCLF's logo, upload a file by opening a PR on https://huggingface.co/datasets/huggingface/documentation-images/tree/main/inference-providers/logos. Ping @wauplin and @celinah on the PR to let them know you uploaded a new logo.
Logos must be in .png format and be named `textclf-light.png` and `textclf-dark.png`. Visit https://huggingface.co/settings/theme to switch between light and dark mode and check that the logos are displayed correctly.

### Generation script

For more details, check out the `generate.ts` script: https://github.com/huggingface/hub-docs/blob/main/scripts/inference-providers/scripts/generate.ts.
--->

# TextCLF

> [!TIP]
> All supported TextCLF models can be found [here](https://huggingface.co/models?inference_provider=textclf&sort=trending)

<div class="flex justify-center">
<a href="https://textclf.com/" target="_blank">
<img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/inference-providers/logos/textclf-light.png"/>
<img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/inference-providers/logos/textclf-dark.png"/>
</a>
</div>

<div class="flex">
<a href="https://huggingface.co/textclf" target="_blank">
<img class="block dark:hidden" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/follow-us-on-hf-lg.svg"/>
<img class="hidden dark:block" src="https://huggingface.co/datasets/huggingface/badges/resolve/main/follow-us-on-hf-lg-dark.svg"/>
</a>
</div>

[TextCLF](https://textclf.com) provides fast AI inference at low cost.

## Supported tasks


### Chat Completion (LLM)

Find out more about Chat Completion (LLM) [here](../tasks/chat-completion).

<InferenceSnippet
pipeline=text-generation
providersMapping={ {"textclf":{"modelId":"meta-llama/Llama-3.1-8B-Instruct","providerModelId":"meta-llama/Llama-3.1-8B-Instruct"} } }
conversational />
1 change: 1 addition & 0 deletions scripts/inference-providers/scripts/generate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ const PROVIDERS_URLS: Record<string, string> = {
replicate: "https://replicate.com/",
sambanova: "https://sambanova.ai/",
scaleway: "https://www.scaleway.com",
textclf: "https://textclf.com/",
together: "https://together.xyz/",
wavespeed: "https://wavespeed.ai/",
"zai-org": "https://z.ai/"
Expand Down
12 changes: 12 additions & 0 deletions scripts/inference-providers/templates/providers/textclf.handlebars
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# TextCLF

> [!TIP]
> All supported TextCLF models can be found [here](https://huggingface.co/models?inference_provider=textclf-ai&sort=trending)
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Template uses wrong provider ID textclf-ai

Medium Severity

The template uses inference_provider=textclf-ai in the model listing URL, but the provider ID is textclf everywhere else (generate.ts, _toctree.yml, the generated .md file). The generated textclf.md currently has the correct value (textclf), but the next time the docs are regenerated from the template, it will be overwritten with the wrong textclf-ai value, producing a broken link to models.

Additional Locations (1)

Fix in Cursor Fix in Web


{{{logoSection}}}

{{{followUsSection}}}

Founded in 2026, TextCLF provides fast AI inference at the lowest cost.
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Template and generated file have divergent content

Low Severity

The template description says "Founded in 2026, TextCLF provides fast AI inference at the lowest cost." but the generated textclf.md says "[TextCLF](https://textclf.com) provides fast AI inference at low cost.". Since the generated file is supposed to be produced from the template, the next regeneration will overwrite the current content with the template version, causing an unintended change in the documentation.

Additional Locations (1)

Fix in Cursor Fix in Web


{{{tasksSection}}}