diff --git a/docs/inference-providers/_toctree.yml b/docs/inference-providers/_toctree.yml index c288e25f20..52501ae878 100644 --- a/docs/inference-providers/_toctree.yml +++ b/docs/inference-providers/_toctree.yml @@ -130,6 +130,8 @@ title: SambaNova - local: providers/scaleway title: Scaleway + - local: providers/textclf + title: TextCLF - local: providers/together title: Together - local: providers/wavespeed diff --git a/docs/inference-providers/index.md b/docs/inference-providers/index.md index 8feac7d0c3..c2a0139c1c 100644 --- a/docs/inference-providers/index.md +++ b/docs/inference-providers/index.md @@ -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) | ✅ | ✅ | | | | | diff --git a/docs/inference-providers/providers/textclf.md b/docs/inference-providers/providers/textclf.md new file mode 100644 index 0000000000..f9c56700f0 --- /dev/null +++ b/docs/inference-providers/providers/textclf.md @@ -0,0 +1,51 @@ + + +# TextCLF + +> [!TIP] +> All supported TextCLF models can be found [here](https://huggingface.co/models?inference_provider=textclf&sort=trending) + +
+ + + + +
+ +
+ + + + +
+ +[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). + + \ No newline at end of file diff --git a/scripts/inference-providers/scripts/generate.ts b/scripts/inference-providers/scripts/generate.ts index 21607f41f4..32804b87a0 100644 --- a/scripts/inference-providers/scripts/generate.ts +++ b/scripts/inference-providers/scripts/generate.ts @@ -51,6 +51,7 @@ const PROVIDERS_URLS: Record = { 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/" diff --git a/scripts/inference-providers/templates/providers/textclf.handlebars b/scripts/inference-providers/templates/providers/textclf.handlebars new file mode 100644 index 0000000000..744f740ab7 --- /dev/null +++ b/scripts/inference-providers/templates/providers/textclf.handlebars @@ -0,0 +1,12 @@ +# TextCLF + +> [!TIP] +> All supported TextCLF models can be found [here](https://huggingface.co/models?inference_provider=textclf-ai&sort=trending) + +{{{logoSection}}} + +{{{followUsSection}}} + +Founded in 2026, TextCLF provides fast AI inference at the lowest cost. + +{{{tasksSection}}} \ No newline at end of file