api.vellaquant.com

Sovereign intelligence,
served.

OpenAI-compatible AI — chat, embeddings, hosted search, and market intelligence — served from Apple Silicon you own. Real money in. No lock-in.

4billable products
1base URL · one key
100%owned silicon
curl
curl https://api.vellaquant.com/v1/chat/completions \
  -H "Authorization: Bearer $VELLA_KEY" \
  -d '{"messages":[{"role":"user","content":"Hello"}]}'

{ "choices":[{ "message":{ "content": "Hello — Vella Quant here." }}],
  "vella":{ "billed_usd": 0.00004, "remaining_usd": 9.99 } }
Built on
Apple SiliconMLXCloudflareLightningBittensorsentence-transformers

One API · one key

Four products. Your silicon.

Drop-in OpenAI compatibility. Point any SDK at api.vellaquant.com and ship.

Chat

OpenAI-compatible completions, served from MLX on Apple Silicon.

POST /v1/chat/completions
$0.40 / 1M tokens

Embeddings

384-dim semantic vectors for search, RAG and clustering.

POST /v1/embeddings
$0.02 / 1M tokens

Hosted Search · RAG

A private, per-key vector store with semantic retrieval. No infra to run.

POST /v1/documents · /v1/search
$0.001 / query

Market Briefings

Live signals + an AI analyst narrative, generated on sovereign hardware.

POST /v1/briefing
$0.05 / briefing

Why Vella

Own the compute. Own the yield.

Your hardware

Served from Apple Silicon you physically control. Your models, your keys, your data — never resold.

Real money in

Per-token and per-call billing, settled in real USD. Lightning & card top-ups. Pay only for what you use.

No lock-in

OpenAI-compatible. One base URL, one key. Migrate in a single line — and leave whenever you want.

Performance-per-watt

Neural Engine + unified memory = quiet, efficient, always-on inference. Sovereign and sustainable.

The sovereign stack

From request to revenue.

01

You call

Any OpenAI SDK → api.vellaquant.com with your key.

02

Cloudflare tunnel

TLS + DDoS shield. No open ports on the node.

03

Apple Silicon

MLX inference + semantic search on owned M-series hardware.

04

Metered & booked

Every token billed → revenue ledger → compounding swarm.

Transparent pricing

Pay per use. Nothing hidden.

Prepaid credit. No subscriptions, no seats, no minimums. Top up with card or sats.

Chat

$0.40/1M tok

MLX completions, OpenAI-compatible.

Embeddings

$0.02/1M tok

384-dim semantic vectors.

popular

Hosted Search

$0.001/query

Private vector store + retrieval.

Briefings

$0.05/call

AI market intelligence.

Ship in 60 seconds

Swap one base URL.

curl https://api.vellaquant.com/v1/chat/completions \
  -H "Authorization: Bearer $VELLA_KEY" \
  -H "Content-Type: application/json" \
  -d '{"messages":[{"role":"user","content":"Hello"}]}'
from openai import OpenAI
client = OpenAI(base_url="https://api.vellaquant.com/v1",
                api_key="$VELLA_KEY")
print(client.chat.completions.create(
    model="vella", messages=[{"role":"user","content":"Hello"}]
).choices[0].message.content)
import OpenAI from "openai";
const client = new OpenAI({
  baseURL: "https://api.vellaquant.com/v1",
  apiKey: process.env.VELLA_KEY,
});
const r = await client.chat.completions.create({
  model: "vella", messages: [{ role: "user", content: "Hello" }],
});
console.log(r.choices[0].message.content);

Market intelligence

A daily briefing, from your own quant.

Live crypto & macro signals + an AI analyst narrative — generated on sovereign hardware, delivered to your phone, posted to the world.

Market Briefing

Composite: defensive. Bitcoin and Ethereum show strong bearish momentum; the macro backdrop is neutral with a flat yield curve. Signals are blended and informational — not financial advice.

BTC −0.62 · ETH −0.69 · MACRO −0.10

Lift off.

Get a key, point your SDK at api.vellaquant.com, and start building on sovereign silicon.