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:
- Muna for Python
- Muna for JavaScript
- Muna for Swift
- Muna for Android
- Muna for React Native. Coming soon.
- Muna for Unity Engine
- Muna CLI
A few useful links:
- Join our Discord community.
- Check out our docs.
- Learn more about us on our blog.
- Reach out to us at [email protected].
Muna is a product of NatML Inc.