{"id":40484077,"url":"https://github.com/muna-ai/muna-py","last_synced_at":"2026-04-02T22:13:51.131Z","repository":{"id":175962609,"uuid":"641002037","full_name":"muna-ai/muna-py","owner":"muna-ai","description":"Run AI models anywhere. https://muna.ai/explore","archived":false,"fork":false,"pushed_at":"2026-03-03T17:14:12.000Z","size":7979,"stargazers_count":84,"open_issues_count":0,"forks_count":6,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-03-03T21:37:22.228Z","etag":null,"topics":["ai","deep-learning","machine-learning","numpy","pytorch","serverless","serverless-gpu"],"latest_commit_sha":null,"homepage":"https://docs.muna.ai","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/muna-ai.png","metadata":{"files":{"readme":"README.md","changelog":"Changelog.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-05-15T15:10:22.000Z","updated_at":"2026-03-03T17:14:16.000Z","dependencies_parsed_at":"2023-09-24T08:12:44.590Z","dependency_job_id":"a8878056-0e98-44a6-9917-26059538a91c","html_url":"https://github.com/muna-ai/muna-py","commit_stats":null,"previous_names":["fxnai/fxn","muna-ai/muna-py"],"tags_count":91,"template":false,"template_full_name":null,"purl":"pkg:github/muna-ai/muna-py","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muna-ai%2Fmuna-py","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muna-ai%2Fmuna-py/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muna-ai%2Fmuna-py/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muna-ai%2Fmuna-py/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/muna-ai","download_url":"https://codeload.github.com/muna-ai/muna-py/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/muna-ai%2Fmuna-py/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30206350,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T19:07:06.838Z","status":"online","status_checked_at":"2026-03-07T02:00:06.765Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","deep-learning","machine-learning","numpy","pytorch","serverless","serverless-gpu"],"created_at":"2026-01-20T18:39:19.280Z","updated_at":"2026-03-07T03:08:39.999Z","avatar_url":"https://github.com/muna-ai.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Muna for Python\n\n![Muna logo](https://raw.githubusercontent.com/muna-ai/.github/main/banner.png)\n\nCompile and run AI models locally \u0026 in the cloud.\n\n## Installing Muna\nMuna is distributed on PyPi. This distribution contains both the Python client and the command line interface (CLI). Run the following command in terminal:\n```sh\n# Install Muna\n$ pip install --upgrade muna\n```\n\n\u003e [!NOTE]\n\u003e Muna requires Python 3.11+\n\n## Running a Model\nFirst, create a Muna client, specifying your access key ([create one here](https://muna.ai/settings/developer)):\n\n```py\nfrom muna import Muna\n\n# 💥 Create an OpenAI client\nopenai = Muna(\"\u003cACCESS KEY\u003e\").beta.openai\n```\n\nNext, run a model:\n```py\n# 🔥 Create a chat completion\ncompletion = openai.chat.completions.create(\n  model=\"@openai/gpt-oss-20b\",\n  messages=[\n    { \"role\": \"user\", \"content\": \"What is the capital of France?\" }\n  ],\n  acceleration=\"local_gpu\"\n)\n```\n\nFinally, use the results:\n```py\n# 🚀 Use the results\nprint(completion.choices[0].message)\n```\n\n___\n\n## Useful Links\n- [Check out several AI models we've compiled](https://github.com/muna-ai/muna-predictors).\n- [Join our Slack community](https://muna.ai/slack).\n- [Check out our docs](https://docs.muna.ai).\n- [Read our blog](https://muna.ai/blog).\n- Reach out to us at [hi@muna.ai](mailto:hi@muna.ai).\n\nMuna is a product of [NatML Inc](https://github.com/natmlx).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuna-ai%2Fmuna-py","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmuna-ai%2Fmuna-py","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuna-ai%2Fmuna-py/lists"}