Skip to content
@muna-ai

Muna

Run AI models anywhere.

Muna logo

Dynamic JSON Badge X (formerly Twitter) Follow

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 63 5

  2. muna-js muna-js Public

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

    TypeScript 7 1

  3. muna-swift muna-swift Public

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

    Swift 2

  4. muna-unity muna-unity Public

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

    C# 7 4

  5. compiler compiler Public

    Muna's Python-to-native compiler infrastructure.

    Python 3

Repositories

Showing 7 of 7 repositories

Top languages

Loading…

Most used topics

Loading…