Chat
OpenAI-compatible completions, served from MLX on Apple Silicon.
POST /v1/chat/completionsOpenAI-compatible AI — chat, embeddings, hosted search, and market intelligence — served from Apple Silicon you own. Real money in. No lock-in.
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 } }
One API · one key
Drop-in OpenAI compatibility. Point any SDK at api.vellaquant.com and ship.
OpenAI-compatible completions, served from MLX on Apple Silicon.
POST /v1/chat/completions384-dim semantic vectors for search, RAG and clustering.
POST /v1/embeddingsA private, per-key vector store with semantic retrieval. No infra to run.
POST /v1/documents · /v1/searchLive signals + an AI analyst narrative, generated on sovereign hardware.
POST /v1/briefingWhy Vella
Served from Apple Silicon you physically control. Your models, your keys, your data — never resold.
Per-token and per-call billing, settled in real USD. Lightning & card top-ups. Pay only for what you use.
OpenAI-compatible. One base URL, one key. Migrate in a single line — and leave whenever you want.
Neural Engine + unified memory = quiet, efficient, always-on inference. Sovereign and sustainable.
The sovereign stack
Any OpenAI SDK → api.vellaquant.com with your key.
TLS + DDoS shield. No open ports on the node.
MLX inference + semantic search on owned M-series hardware.
Every token billed → revenue ledger → compounding swarm.
Transparent pricing
Prepaid credit. No subscriptions, no seats, no minimums. Top up with card or sats.
MLX completions, OpenAI-compatible.
384-dim semantic vectors.
Private vector store + retrieval.
AI market intelligence.
Ship in 60 seconds
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
Live crypto & macro signals + an AI analyst narrative — generated on sovereign hardware, delivered to your phone, posted to the world.
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.
Get a key, point your SDK at api.vellaquant.com, and start building on sovereign silicon.
Get an API key with $0.05 free credit — instantly. No card required.
Save it now. Point any OpenAI SDK at api.vellaquant.com/v1.
Free credit runs out fast — top up anytime to keep going.