{"_id":"@aadi0001/vibecore","name":"@aadi0001/vibecore","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"@aadi0001/vibecore","version":"1.0.0","description":"AI Cost Autopilot — Cut your AI API costs by up to 80%","main":"index.js","keywords":["ai","cost","optimization","cache","gpt","openai","claude"],"author":{"name":"VibeCore"},"license":"MIT","dependencies":{"axios":"^1.14.0"},"repository":{"type":"git","url":"git+https://github.com/matricphase-dot/vibecore.git"},"homepage":"https://vibecore-07n6.onrender.com","_id":"@aadi0001/vibecore@1.0.0","bugs":{"url":"https://github.com/matricphase-dot/vibecore/issues"},"_nodeVersion":"24.12.0","_npmVersion":"11.6.2","dist":{"integrity":"sha512-t/6l96oFyKzpycFw9ZMbkWV2uxo4vshxLD296JhwiepP6zMyhtKpoHTmMYZ1rIsVYVO6dv/VgRImttEwe4nZCQ==","shasum":"0840f3c1d5d085c765162228a98da99f729587b2","tarball":"https://registry.npmjs.org/@aadi0001/vibecore/-/vibecore-1.0.0.tgz","fileCount":4,"unpackedSize":3948,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIAFQBTVQq9SCtNYEgRwVHliVXYL611B3NOJXEl2NsejcAiEAmZrClOTIjiN0m1dSWQgKIGc36sfKH5Ul592/+I8guYw="}]},"_npmUser":{"name":"aadi0001","email":"aadityamehra289@gmail.com"},"directories":{},"maintainers":[{"name":"aadi0001","email":"aadityamehra289@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/vibecore_1.0.0_1775294811804_0.2168576791343051"},"_hasShrinkwrap":false}},"time":{"created":"2026-04-04T09:26:51.721Z","1.0.0":"2026-04-04T09:26:51.974Z","modified":"2026-04-04T09:26:52.182Z"},"maintainers":[{"name":"aadi0001","email":"aadityamehra289@gmail.com"}],"description":"AI Cost Autopilot — Cut your AI API costs by up to 80%","homepage":"https://vibecore-07n6.onrender.com","keywords":["ai","cost","optimization","cache","gpt","openai","claude"],"repository":{"type":"git","url":"git+https://github.com/matricphase-dot/vibecore.git"},"author":{"name":"VibeCore"},"bugs":{"url":"https://github.com/matricphase-dot/vibecore/issues"},"license":"MIT","readme":"﻿# VibeCore — AI Cost Autopilot\n\nCut your AI API costs by up to 80% with one line of code.\n\n## Install\n\nnpm install vibecore\n\n## Quick Start\n\nconst VibeCore = require('vibecore')\nconst vc = new VibeCore('YOUR_API_KEY')\n\nconst result = await vc.generate('What is the capital of France?')\nconsole.log(result.response)   // Paris\nconsole.log(result.saved)      // Rs.0.012\n\n## Get API Key\n\nFree at https://vibecore-07n6.onrender.com\n1000 requests free. No credit card needed.\n\n## Features\n\n- Exact cache — repeated prompts return instantly\n- Smart routing — simple queries go to free models  \n- Cost tracking — see savings on every request\n- Per-user dashboard — monitor your usage live\n\n## API\n\nconst vc = new VibeCore(apiKey, options)\n\nvc.generate(prompt)   — generate AI response\nvc.stats()            — get your usage stats\n\n## Response Format\n\n{\n  response: 'Paris is the capital of France.',\n  cached: false,\n  source: 'groq',\n  saved: 0.012,\n  total_saved: 0.024\n}\r\n","readmeFilename":"README.md","_rev":"1-8fc7b21a04098a7a6373114be4fb0bc4"}