CMU-AIR2

CMU-AIR2/math-phi-1-5-FULL-Arithmetic-4k-MWP-2k

off

text-generation

1.4b params

micro 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 })