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:

ApproachBest for
Chat InterfaceEveryday writing, Q&A, brainstorming, coding help
Thinking ModeComplex reasoning, step-by-step academic problems
Pro ModelDeep 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:

  1. 1Visit aexoryn.com and click Sign Up.
  2. 2Create a free account with email or Google.
  3. 3Open the chat from the dashboard.
  4. 4Select a model — Standard is free and unlimited.
  5. 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.

ModelAccessPowered byBest for
Aexoryn StandardFREEgemini-2.0-flashEveryday chat, writing, quick answers
Aexoryn Thinking20/daygemini-flash-thinkingComplex reasoning, step-by-step logic
Aexoryn ProPROgemini-2.5-pro-previewDeep 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

POST /api/chatHTTP/1.1
Authorization: Bearer {API_KEY}
Content-Type: application/json
// response: text/event-stream
stream: true

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.

RepositoryLanguageDescription
aexoryn-aiTypeScriptMain web app — Next.js 14, Firebase, OpenRouter streaming API.
aexoryn-ragPythonRAG engine — FastAPI, vector embeddings, document ingestion.
Aexoryn-AgentPythonMulti-agent orchestration with consensus-based planning.