[{"data":1,"prerenderedAt":266},["ShallowReactive",2],{"navigation":3,"\u002Fblog\u002Fgetting-started":59,"\u002Fblog\u002Fgetting-started-surround":259},[4,27,34],{"title":5,"path":6,"stem":7,"children":8,"icon":26},"Getting Started","\u002Fdocs\u002Fgetting-started","1.docs\u002F1.getting-started\u002F1.index",[9,11,16,21],{"title":5,"path":6,"stem":7,"icon":10},"mdi-home",{"title":12,"path":13,"stem":14,"icon":15},"Installation","\u002Fdocs\u002Fgetting-started\u002Finstallation","1.docs\u002F1.getting-started\u002F2.installation","mdi-download",{"title":17,"path":18,"stem":19,"icon":20},"Token Counting","\u002Fdocs\u002Fgetting-started\u002Ftoken-counting","1.docs\u002F1.getting-started\u002F2.token-counting","mdi-hash",{"title":22,"path":23,"stem":24,"icon":25},"Usage","\u002Fdocs\u002Fgetting-started\u002Fusage","1.docs\u002F1.getting-started\u002F3.usage","mdi-sliders",false,{"title":28,"path":29,"stem":30,"children":31,"icon":33},"Architecture","\u002Fdocs\u002Farchitecture","1.docs\u002F2.architecture\u002F1.index",[32],{"title":28,"path":29,"stem":30,"icon":33},"mdi-view-dashboard",{"title":35,"icon":36,"path":37,"stem":38,"children":39,"page":26},"Essentials","mdi:view-grid","\u002Fdocs\u002Fessentials","1.docs\u002F2.essentials",[40,45,49,54],{"title":41,"path":42,"stem":43,"icon":44},"API Reference","\u002Fdocs\u002Fessentials\u002Fmarkdown-syntax","1.docs\u002F2.essentials\u002F1.markdown-syntax","mdi-code-tags",{"title":46,"path":47,"stem":48,"icon":44},"Code Blocks","\u002Fdocs\u002Fessentials\u002Fcode-blocks","1.docs\u002F2.essentials\u002F2.code-blocks",{"title":50,"path":51,"stem":52,"icon":53},"Prose Components","\u002Fdocs\u002Fessentials\u002Fprose-components","1.docs\u002F2.essentials\u002F3.prose-components","mdi-view-grid",{"title":55,"path":56,"stem":57,"icon":58},"Images and Embeds","\u002Fdocs\u002Fessentials\u002Fimages-embeds","1.docs\u002F2.essentials\u002F4.images-embeds","mdi-image",{"id":60,"title":61,"authors":62,"badge":68,"body":70,"date":249,"description":250,"extension":251,"image":252,"meta":254,"navigation":155,"path":255,"seo":256,"stem":257,"__hash__":258},"posts\u002F3.blog\u002F1.getting-started.md","Getting Started with Anooserve API",[63],{"name":64,"to":65,"avatar":66},"Anooserve Team","https:\u002F\u002Fanooserve.com",{"src":67},"https:\u002F\u002Fi.pravatar.cc\u002F128?u=1",{"label":69},"Tutorial",{"type":71,"value":72,"toc":239},"minimark",[73,78,82,86,89,102,106,111,121,125,128,132,205,209,229,235],[74,75,77],"h2",{"id":76},"introduction-to-anooserve","Introduction to Anooserve",[79,80,81],"p",{},"Welcome to Anooserve, your carbon-neutral AI infrastructure platform. This guide will help you get started with our OpenAI-compatible API.",[74,83,85],{"id":84},"what-is-anooserve","What is Anooserve?",[79,87,88],{},"Anooserve provides:",[90,91,92,96,99],"ul",{},[93,94,95],"li",{},"LLM inference with OpenAI API compatibility",[93,97,98],{},"Image generation services",[93,100,101],{},"Agent and workflow design tools",[74,103,105],{"id":104},"quick-start","Quick Start",[107,108,110],"h3",{"id":109},"step-1-create-an-account","Step 1: Create an Account",[79,112,113,114,120],{},"Visit ",[115,116,119],"a",{"href":65,"rel":117},[118],"nofollow","anooserve.com"," to create your account and get API credits.",[107,122,124],{"id":123},"step-2-get-your-api-key","Step 2: Get Your API Key",[79,126,127],{},"Once logged in, navigate to your dashboard to generate your API key.",[107,129,131],{"id":130},"step-3-make-your-first-request","Step 3: Make Your First Request",[133,134,139],"pre",{"className":135,"code":136,"language":137,"meta":138,"style":138},"language-python shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","import requests\n\nresponse = requests.post(\n    \"https:\u002F\u002Fapi.anooserve.com\u002Fv1\u002Fchat\u002Fcompletions\",\n    headers={\"Authorization\": \"Bearer YOUR_API_KEY\"},\n    json={\n        \"model\": \"llama-2-7b\",\n        \"messages\": [{\"role\": \"user\", \"content\": \"Hello!\"}]\n    }\n)\n","python","",[140,141,142,150,157,163,169,175,181,187,193,199],"code",{"__ignoreMap":138},[143,144,147],"span",{"class":145,"line":146},"line",1,[143,148,149],{},"import requests\n",[143,151,153],{"class":145,"line":152},2,[143,154,156],{"emptyLinePlaceholder":155},true,"\n",[143,158,160],{"class":145,"line":159},3,[143,161,162],{},"response = requests.post(\n",[143,164,166],{"class":145,"line":165},4,[143,167,168],{},"    \"https:\u002F\u002Fapi.anooserve.com\u002Fv1\u002Fchat\u002Fcompletions\",\n",[143,170,172],{"class":145,"line":171},5,[143,173,174],{},"    headers={\"Authorization\": \"Bearer YOUR_API_KEY\"},\n",[143,176,178],{"class":145,"line":177},6,[143,179,180],{},"    json={\n",[143,182,184],{"class":145,"line":183},7,[143,185,186],{},"        \"model\": \"llama-2-7b\",\n",[143,188,190],{"class":145,"line":189},8,[143,191,192],{},"        \"messages\": [{\"role\": \"user\", \"content\": \"Hello!\"}]\n",[143,194,196],{"class":145,"line":195},9,[143,197,198],{},"    }\n",[143,200,202],{"class":145,"line":201},10,[143,203,204],{},")\n",[74,206,208],{"id":207},"next-steps","Next Steps",[90,210,211,218,226],{},[93,212,213,214],{},"Explore our ",[115,215,217],{"href":216},"\u002Fdocs","documentation",[93,219,220,221,225],{},"Check out the ",[115,222,224],{"href":223},"\u002Fpricing","pricing"," page",[93,227,228],{},"Join our community",[230,231,232],"info",{},[79,233,234],{},"This is a placeholder blog post. Replace with actual Anooserve content.",[236,237,238],"style",{},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"title":138,"searchDepth":152,"depth":152,"links":240},[241,242,243,248],{"id":76,"depth":152,"text":77},{"id":84,"depth":152,"text":85},{"id":104,"depth":152,"text":105,"children":244},[245,246,247],{"id":109,"depth":159,"text":110},{"id":123,"depth":159,"text":124},{"id":130,"depth":159,"text":131},{"id":207,"depth":152,"text":208},"2026-03-01","A comprehensive guide to integrating Anooserve's OpenAI-compatible API into your applications","md",{"src":253},"https:\u002F\u002Fpicsum.photos\u002Fid\u002F1\u002F640\u002F360",{},"\u002Fblog\u002Fgetting-started",{"title":61,"description":250},"3.blog\u002F1.getting-started","N4fcqPUYSLUmP2wyo2GbEB5J1xEc3oqg9GvNrzqouUg",[260,261],null,{"title":262,"path":263,"stem":264,"description":265,"children":-1},"Why Sustainable AI Matters","\u002Fblog\u002Fsustainable-ai","3.blog\u002F2.sustainable-ai","Exploring the environmental impact of AI infrastructure and Anooserve's commitment to carbon neutrality",1775825899450]