RepoBasetenBasetenpublished Mar 30, 2026seen 5d

basetenlabs/baseten-js

TypeScript

Open original ↗

Captured source

source ↗
published Mar 30, 2026seen 5dcaptured 11hhttp 200method plain

basetenlabs/baseten-js

Description: JS SDK for Baseten

Language: TypeScript

License: MIT

Stars: 1

Forks: 0

Open issues: 5

Created: 2026-03-30T18:19:44Z

Pushed: 2026-06-09T00:53:50Z

Default branch: main

Fork: no

Archived: no

README:

Baseten JS SDK

JS/TS SDK for Baseten.

⚠️ Under active development. Nothing should be considered stable at this time.

Usage

Current SDK only has barebones client. Here is usage example of the barebones underlying client in TypeScript:

import { ManagementClient } from "baseten/client";

const client = new ManagementClient({ apiKey: "my-api-key" });
for (const model of (await client.api.getModels()).models) {
console.log(model.name);
}

Notability

notability 2.0/10

Low traction routine repo