# Aethir Claw's Model-as-a-Service (MaaS) Layer

Aethir Claw's Model-as-a-Service (MaaS) Layer

### What Is the MaaS Layer?

The Model-as-a-Service (MaaS) layer is Aethir Claw’s LLM inference layer,  built directly into the platform’s subscription. It removes the need for external LLM API providers by bundling model access, billing, and configuration into a single Aethir Claw subscription.

* One platform, one subscription, one bill, covering both VPS hosting and LLM inference.
* &#x20;No external API keys to generate or manage.
* No separate accounts with Anthropic, OpenAI, or Google required.
* Inference routed through Aethir’s ecosystem, not third-party servers.

### How It Works

* Deploy your AI agent on an Aethir Claw VPS instance (isolated, zero-trust environment).
* Select your preferred LLM model from the supported frontier model list.
* Inference runs through Aethir’s MaaS layer, pre-configured, with no manual setup.
* &#x20;Monitor everything (agent activity + model usage) from a single Aethir Claw dashboard.
* Future state: Leading frontier and open-source models will be hosted directly on Aethir’s own decentralized GPU network for full data sovereignty

### Key Features

* Bundled LLM credits: API tokens included in the monthly plan, no external spend required.
* Frontier model access: Claude (Anthropic), GPT (OpenAI), and Gemini (Google) are available out of the box.
* &#x20;Single dashboard: Unified monitoring for both agent operations and model inference usage.
* Flexible pricing: Choose plans with or without bundled LLM tokens depending on your needs.

### Supported LLM Models

Aethir Claw’s MaaS layer provides access to frontier models from Anthropic, OpenAI, and Google.&#x20;

| Provider           | Models                                                                                       | Notes                                              |
| ------------------ | -------------------------------------------------------------------------------------------- | -------------------------------------------------- |
| Anthropic (Claude) | <p>Claude Opus 4.6 and 4.7, Claude Sonnet 4.6, Claude Haiku 4.5</p><p><br><br></p>           | Frontier reasoning & coding                        |
| OpenAI             | GPT 5.4 and 5.5, GPT Image 2, GPT 5.1 Codex max, GPT 5.3 Codex                               | Broad task coverage                                |
| Google             | Gemini 3.1 Flash Image Preview, Gemini 2.5 Pro, Gemini 3 Pro Preview, Gemini 3.1 Pro Preview | <p>Multimodal & speed-optimized</p><p><br><br></p> |

### MaaS Pricing Overview

| <p><br></p>           | <p>Free Trial</p><p>(7 Days)</p> | 2 CPU 4G RAM 64G SSD (LITE) | 4 CPU 6G RAM 64G SSD (STANDARD) | 8 CPU 16G RAM 128G SSD (PRO) | LITE + LLM Tokens | Standard + LLM Tokens | Pro + LLM Tokens |
| --------------------- | -------------------------------- | --------------------------- | ------------------------------- | ---------------------------- | ----------------- | --------------------- | ---------------- |
| Original Price        | Free                             | $9.90                       | $19.90                          | $39.90                       | <p><br></p>       | <p><br></p>           | <p><br></p>      |
| Discount Price        | Free                             | $3.99                       | $9.99                           | $19.99                       | $8.99             | $19.99                | $39.90           |
| Amount of LLM credits | $.50                             | <p><br></p>                 | <p><br></p>                     | <p><br></p>                  | $5                | $10                   | $20              |

<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.aethir.com/aethir-claw/aethir-claws-model-as-a-service-maas-layer.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
