🧠 AI Cortex

Free LLMs in your browser β€” no server, no API key, no signup

πŸ€– Pick a Model
β€”
πŸ’¬ Chat
Ready
Response will appear here…
Enter ↡ send  Β·  Shift+Enter new line
⚑ 2-Line Quick Start
npm: npm install aicortex-core
CDN: <script src="https://unpkg.com/aicortex-core/aicortex.js"></script>

const ai = new AICortex();
const reply = await ai.chat('Hello!');