Getting Started

Introduction

Get to know the Ahur AI platform — the API, the models and the tooling.

Welcome to the Ahur platform

Ahur is a unified AI platform that provides access to advanced language models through an API and command-line tooling. With Ahur you can add the power of AI to your projects and workflows without worrying about sanctions, juggling several separate subscriptions, or wrestling with complex setup.

Services

Unified API

A range of models

Command-line tooling

Transparent pricing

Available models

ahur/general

Each model has its own pricing and its own strengths. See the pricing page for the full list.

Command-line tooling

The Ahur CLI lets you run popular coding assistants directly against the Ahur API:

ahur launch claude     # run Claude Code
ahur launch codex      # run the Codex CLI
For more on installation and setup, see the Installation and configuration page.

Direct API access

Beyond the CLI, you can use the Ahur REST API directly:

curl https://api.ahur.ir/v1/models \
  -H "Authorization: Bearer ak_your_key"

The full API documentation is covered in the following sections.