Skip to content
@muna-ai

Muna

Run AI models anywhere.

Muna logo

Run AI models anywhere:

import { Muna } from "muna"

// 💥 Create your Muna client
const muna = new Muna({ accessKey: "..." });

// 🔥 Run an AI model
const prediction = await muna.predictions.create({
  tag: "@fxn/greeting",
  inputs: { name: "Peter" }
});

// 🚀 Use the results
console.log(prediction.results[0])

We provide client libraries for the following frameworks:

A few useful links:

Muna is a product of NatML Inc.

Pinned Loading

  1. muna-py muna-py Public

    Run AI models anywhere. https://muna.ai/explore

    Python 69 5

  2. muna-js muna-js Public

    Run AI models in the browser and Node.js. https://muna.ai/explore

    TypeScript 7 1

  3. muna-swift muna-swift Public

    Run AI models on iOS. https://muna.ai/explore

    Swift 2

  4. muna-unity muna-unity Public

    Run AI models in Unity Engine. https://muna.ai/explore

    C# 7 4

  5. muna-predictors muna-predictors Public

    Interesting Python functions compiled to run anywhere with Muna.

    Python 6

Repositories

Showing 8 of 8 repositories

Top languages

Loading…

Most used topics

Loading…