AstroMLab

AstroMLab/AstroSage-8B

off

text-generation

8b params

sm instance

HTTP

For more details and code snippets, open the API docs.
Install
npm install bytez.js
# use your favorite package manager
yarn add bytez.js
Quick start
import Bytez from "bytez.js"

// step 1 - load library
const bytez = new Bytez("Sign in for free key")
const model = bytez.model("undefined")

// step 2 - run model
const { error, output } = await model.run()
// wait a minute or so, for cold-boot / hardware provisioning

// step 3 - success
console.log({ error, output })