{"id":17728148,"url":"https://github.com/ainize-team/free-llama-api","last_synced_at":"2025-04-01T06:32:38.950Z","repository":{"id":253889785,"uuid":"844367816","full_name":"ainize-team/free-llama-api","owner":"ainize-team","description":"Run Meta Llama 3.2 API without your GPU for free. We always support lastest model 🧡","archived":true,"fork":false,"pushed_at":"2024-10-24T02:57:29.000Z","size":105,"stargazers_count":10,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-23T09:21:45.174Z","etag":null,"topics":["ai","api","free","llama","web3"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ainize-team.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2024-08-19T05:38:09.000Z","updated_at":"2024-12-23T17:40:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"09e3031a-d4f9-4c15-8f60-851fdbe3bad7","html_url":"https://github.com/ainize-team/free-llama-api","commit_stats":null,"previous_names":["ainize-team/free-llm-api","ainize-team/free-llama-api"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ainize-team%2Ffree-llama-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ainize-team%2Ffree-llama-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ainize-team%2Ffree-llama-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ainize-team%2Ffree-llama-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ainize-team","download_url":"https://codeload.github.com/ainize-team/free-llama-api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246597699,"owners_count":20802967,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","api","free","llama","web3"],"created_at":"2024-10-25T19:05:43.493Z","updated_at":"2025-04-01T06:32:38.582Z","avatar_url":"https://github.com/ainize-team.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\nFree LLaMA API\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n\u003cstrong\u003eCall LLaMA APIs with Ainize for Free\u003c/strong\u003e\u003cbr\u003e\nWeb3-powered AI inference made simple with llama 3.2 90B\n\u003c/p\u003e\n\n## 📘 Introduction\n\n**Free LLaMA API** provides Web3-based solutions using advanced language models such as **llama 3.2 90B**, available for free through Ainize. This multimodal model, currently supporting **text-only inferences**, offers powerful AI capabilities without requiring complex blockchain setups. Start using **meta-llama/Llama-3.2-90B-Vision-Instruct** through our API for your text-based AI needs.\n\n## 🦙 How to use **Llama-3.2-90B-Vision-Instruct** FOR FREE\n\n**Install Package**\n\n```bash\nnpm install @ainize-team/free-llm-api\n# or\nyarn add @ainize-team/free-llm-api\n```\n\n**Usage**\n\n```bash\nconst FreeAinize = require('@ainize-team/free-llm-api').default;\n\nconst main = async () =\u003e {\n  // Initialize Ainize with automatic blockchain wallet creation\n  const freeAinize = new FreeAinize();\n\n  // Perform automatic login (this generates a new wallet with a private key)\n  await freeAinize.login();\n\n  // Make an inference call\n  const result = await freeAinize.inference(\"Hello, world! This is llama 3.2 90B.\");\n  console.log(result);\n}\n\nmain();\n```\n\n## ✨ Key Features\n\n1. **Automatic Wallet Creation and Private Key Management**: Every time the SDK is initialized, a new blockchain account is generated along with a unique **private key**. This allows for the **secure signing of requests** on the blockchain. For cases where a fixed blockchain account is needed, you can inject your own private key when creating the Ainize instance.\n2. **Access to Premium Models**: Use the **Llama-3.2-90B-Vision-Instruct** model for free, exclusively through Ainize.\n3. **Simplified Blockchain Integration**: Blockchain setup and network procedures are handled automatically for ease of use.\n4. **Web3-Powered Inference**: All inference requests, including those with **Llama-3.2-90B-Vision-Instruct**, are processed and recorded on the blockchain.\n\n## ⚠️ Important Notes\n\n- **Data Transparency and Security**: All inference records, including those from **Llama-3.2-90B-Vision-Instruct** , are securely stored on the blockchain. **Avoid submitting sensitive personal information.**\n- **Service Stability**: The service, including access to **Llama-3.2-90B-Vision-Instruct** , may be discontinued at any time. Check the repository for status updates.\n- **Resource Limitations**: While using **Llama-3.2-90B-Vision-Instruct** , performance may degrade during high-traffic periods due to shared infrastructure.\n\n## 🏟️ Want to test **Llama-3.2-90B-Vision-Instruct** 's performance in real-world scenarios?\n\n- Visit [**AI Network LLM Arena**](https://arena.ainetwork.ai/leaderboard?utm_source=github\u0026utm_medium=referral\u0026utm_campaign=free-ainize), where you can see **Llama-3.2-90B-Vision-Instruct**’s ranks based on human feedback. You can compare results, view rankings, and explore its performance in real-world scenarios. Check it out and see how **llama 3.2** measures up.\n\n## 🧑‍💻 About us\n\n- [AI Network](https://www.ainetwork.ai?utm_source=github\u0026utm_medium=referral\u0026utm_campaign=free-ainize) solve the problem of GPU shortages among AI developers with blockchain technology. Our platform, Ainize connects users with AI models like **llama 3.2**, making AI accessible and rewarding for contributors. Join us in building a more efficient, decentralized AI ecosystem.\n\n## 💬 Join our community\n\nHave questions or want to discuss **Llama-3.2-90B-Vision-Instruct**? Join our to engage **[X](https://x.com/ainetwork_ai), [Telegram](https://t.me/ainetwork_en), [Discord](https://discord.gg/cupxrsXs)** with other AI enthusiasts and developers! 💡👥\n\n\u003cp align=\"center\"\u003e\nPowered by \u003ca href=\"https://github.com/ainize-team/ainize-js\"\u003eAinize\u003c/a\u003e | Built by the Ainize Team\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fainize-team%2Ffree-llama-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fainize-team%2Ffree-llama-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fainize-team%2Ffree-llama-api/lists"}