Overview
Aexoryn AI Documentation
Get started with Aexoryn AI
Overview
Aexoryn AI is a world-class assistant built for students, developers, and creators. It provides intelligent, streaming AI responses through a clean chat interface — no credit card required.
There are three ways to interact with Aexoryn AI, depending on your needs:
| Approach | Best for |
|---|---|
| Chat Interface | Everyday writing, Q&A, brainstorming, coding help |
| Thinking Mode | Complex reasoning, step-by-step academic problems |
| Pro Model | Deep research, advanced engineering, professional tasks |
Aexoryn AI is free to use. Sign up at aexoryn.com and start chatting in under a minute.
Getting started
Quickstart
Getting started with Aexoryn AI takes less than a minute:
- 1Visit aexoryn.com and click Sign Up.
- 2Create a free account with email or Google.
- 3Open the chat from the dashboard.
- 4Select a model — Standard is free and unlimited.
- 5Type your first message and press Enter.
Looking for free model limits and rate info? See the Models section below.
Reference
Models
Aexoryn AI offers three tiers. All users start on the Standard model for free.
| Model | Access | Powered by | Best for |
|---|---|---|---|
| Aexoryn Standard | FREE | gemini-2.0-flash | Everyday chat, writing, quick answers |
| Aexoryn Thinking | 20/day | gemini-flash-thinking | Complex reasoning, step-by-step logic |
| Aexoryn Pro | PRO | gemini-2.5-pro-preview | Deep research, advanced code & analysis |
Thinking and Pro models are currently under scheduled maintenance. Standard remains fully available.
Reference
Features
Aexoryn AI supports multiple input types and intelligent capabilities beyond standard chat:
Web Search
Real-time internet search powered by Tavily. Ask about current events, live prices, or anything on the web.
Data Analysis
Upload CSV or JSON files and chat with your data in plain language — no SQL or code required.
Image Support
Attach screenshots, diagrams, or photos. Aexoryn reads and interprets visual content alongside your message.
Code Generation
Generate production-ready code in any language, with complexity analysis, edge-case handling, and explanations.
All features above are available on the free Standard model. Pro increases limits and model capabilities.
Reference
API Reference
Aexoryn exposes an OpenAI-compatible streaming endpoint at /api/chat. Compatible with any HTTP client or OpenAI SDK.
Endpoint
The API is powered by OpenRouter, routing to the best available LLM. View the full source on GitHub.
Resources
GitHub
Aexoryn is built in the open. Explore or contribute at github.com/aexoryn-code.
| Repository | Language | Description |
|---|---|---|
| aexoryn-ai | TypeScript | Main web app — Next.js 14, Firebase, OpenRouter streaming API. |
| aexoryn-rag | Python | RAG engine — FastAPI, vector embeddings, document ingestion. |
| Aexoryn-Agent | Python | Multi-agent orchestration with consensus-based planning. |