Skip to content

Commit 9b2d7a6

Browse files
committed
add section, url and hub org
1 parent 40910e3 commit 9b2d7a6

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/inference-providers/_toctree.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
title: Nebius
3030
- local: providers/novita
3131
title: Novita
32+
- local: providers/nscale
33+
title: Nscale
3234
- local: providers/replicate
3335
title: Replicate
3436
- local: providers/sambanova

scripts/inference-providers/scripts/generate.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ const PROVIDERS_HUB_ORGS: Record<string, string> = {
4242
hyperbolic: "Hyperbolic",
4343
nebius: "nebius",
4444
novita: "novita",
45+
nscale: "nscale",
4546
replicate: "replicate",
4647
sambanova: "sambanovasystems",
4748
together: "togethercomputer",
@@ -56,6 +57,7 @@ const PROVIDERS_URLS: Record<string, string> = {
5657
hyperbolic: "https://hyperbolic.xyz/",
5758
nebius: "https://nebius.com/",
5859
novita: "https://novita.ai/",
60+
nscale: "https://www.nscale.com/",
5961
replicate: "https://replicate.com/",
6062
sambanova: "https://sambanova.ai/",
6163
together: "https://together.xyz/",

0 commit comments

Comments
 (0)