← Back to Plugins
Tools

Ark Labs

Hanghase By Hanghase 👁 16 views ▲ 0 votes

An Openclaw Plugin to use Arl-labs ark-labs.cloud

GitHub

Install

npm install
npm

README

# Ark-Labs Provider

OpenClaw provider plugin for [Ark-Labs](https://ark-labs.cloud) — Qwen3.5/Qwen3.6 models hosted in the EU.

## Why Ark-Labs

- **EU-hosted, GDPR-friendly.** Ark-Labs is based in Poland, which makes it a sensible default for users processing EU personal data who would rather not route everything through US providers.
- **OpenAI-compatible API.** Drop-in for any client that speaks the OpenAI `/v1/chat/completions` shape.
- **No markup, no middle-man.** Direct access to upstream Qwen3.5-4B, Qwen3.6-27B and Qwen3.6-35B-A3B checkpoints.

## Install

```bash
openclaw plugins install clawhub:openclaw-plugin-add-ark-provider
```

You'll be prompted for your `ARK_API_KEY`. Get one at [ark-labs.cloud](https://ark-labs.cloud).

Alternatively, set the env var manually:

```bash
export ARK_API_KEY=...
openclaw plugins install clawhub:openclaw-plugin-add-ark-provider
```

## Models

After install, the following models become available as `ark/<model-id>` in OpenClaw's model picker and CLI:

| Model ID | Reasoning | Context | Max Tokens |
|---|---|---|---|
| `arklabsai/Qwen3.5-4B` | no | 128k | 8k |
| `arklabsai/Qwen3.6-27B` | yes | 128k | 8k |
| `arklabsai/Qwen3.6-35B-A3B` | yes | 128k | 8k |

## Development

```bash
npm install
npm run build
npm test
npm run validate
```

`npm run validate` builds the plugin and runs `clawhub package validate .` for publish-readiness checks.

## License

[MIT](./LICENSE) — see `LICENSE` for the full text.

Attribution appreciated but not required.
tools

Comments

Sign in to leave a comment

Loading comments...