Axerity Platform

Quickstart

Get started with Axerity

Get up and running with Axerity in minutes.

Chat

Create an Account

Sign up at axerity.com/auth using your email or OAuth provider.

Start Chatting

Head to axerity.com/chat and select a model to start a conversation.

Use Tools

Enable tools like web search, news search, and image generation directly in chat.

Free Access

All models are free to use with daily limits. Upgrade to Pro for higher limits.

API

Beta

The API is currently in beta. Public launch is on December 7th, 2025.

Get Your API Key

Navigate to axerity.com/dash/settings and generate an API key.

Make Your First Request

curl -X POST https://axerity.com/api/v1/chat \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer <YOUR_API_KEY>" \
  -d '{
    "model": "openai/gpt-oss-120b",
    "messages": [
      { "role": "user", "content": "Hello!" }
    ]
  }'

Check Your Credits

Monitor your credit usage in the dashboard.

Free Credits

New users receive 1,000 credits upon signup. See Pricing for credit packages.

Next Steps

  • Example App — Build a complete AI assistant
  • Models — View all available models and limits
  • Chat API — Full API reference
  • Pricing — Compare plans and pricing

On this page