Frasberg — Verified LLM Provider

Call Luchii in 60 seconds.

Frasberg is an OpenAI-compatible provider with Bearer authentication and SSE streaming. Point any OpenAI SDK, Vercel AI SDK, or LangChain at https://api.frasberg.com/v1 and it just works.

Bearer auth

Authorization: Bearer luchii-sk-…

SSE streaming

stream: true — chat.completion.chunk

Verified provider

/.well-known discovery manifests

1. Get your key

Create a free account and mint a luchii-sk key from the Developer Dashboard. Every key ships with 2,500 trial tokens — then top up with credit packs at half the price of other providers (from $5 / 10k tokens), or subscribe for unmetered usage.

2. Make your first call

curl https://api.frasberg.com/v1/chat/completions \
  -H "Authorization: Bearer $FRASBERG_LLM_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "luchii-6-plus",
    "messages": [{"role": "user", "content": "Hello Luchii"}],
    "stream": true
  }'

3. Embeddings

curl https://api.frasberg.com/v1/embeddings \
  -H "Authorization: Bearer $FRASBERG_LLM_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model": "luchii-6-embed", "input": "Intelligence, harmonized."}'

Models

luchii-6-pluschatFlagship frontier reasoning — deepest cognition tier
luchii-6-minichatFast, balanced everyday reasoning
luchii-6-embedembed384-dim text embeddings for search & RAG
luchii-70b / 7b / 1b / 200mchatLegacy tier names — fully supported aliases

Legal & compliance

Provider verification

Standard discovery documents used by registries, routers and agent frameworks: