Brick Complexity Pro

by Regolo

Regolo.ai built Brick Complexity Pro as the hosted endpoint of the complexity stage in Brick, its open-source semantic router. Instead of generating answers, the model reads an incoming prompt and returns a difficulty grade of easy, medium, or hard, judging semantic demands rather than length, so a short legal-review request can score harder than a long how-to question. That verdict lets routing pipelines choose a model tier before any generation happens, reserving heavyweight models for genuinely hard queries and letting lighter ones absorb the rest. With structured output and latency low enough to sit inline in front of every call, it slots naturally into cost-aware cascades and automatic model selection.

Key info

Input
Output
Features
Context window
โ€”
Max output
โ€”
Input price
$0.12 /1M
Output price
$0.46 /1M
  • onchain settlement available
  • Zero data retention on pay-as-you-go
  • No training by default
  • no-KYC deposit available

Available routes

Brick Complexity Pro runs on 1 route through the qynio gateway. Compare residency, zero retention, and training posture at a glance โ€” full data-handling detail per route below.

ProviderRegionZero data retentionTrainingInputOutput
EUZero data retentionNo$0.12$0.46

Data handling per route

Each route hosting Brick Complexity Pro has its own privacy posture, residency, and no-KYC terms. Postures are maintained by qynio with a last-verification timestamp.

Regolo โ€” Italy๐Ÿ‡ฎ๐Ÿ‡น

Zero data retention is on by default on Pay-as-you-go โ€” no action required. No training on customer data. EU; deposit available.

Zero data retention
On by default on Pay-as-you-go. Derived from the logging and moderation facts.
Training
No training on customer data.
Logging
None
Moderation
No hold on content
Caching
Not established
Subprocessor access
No subprocessor reads content
no-KYC deposit
deposit available
Transfer mechanism
Not applicable โ€” data stays in EU

Get started

Call Brick Complexity Pro through the qynio gateway with one API key. Let your coding agent set it up, or call it directly โ€” qynio is drop-in compatible with the OpenAI, Anthropic, and Google AI SDKs.

Set it up with your agent

Copy this and paste it into a coding agent like Claude Code, Cursor or Codex and it'll wire up qynio for you.

Or call it directly

import OpenAI from "openai";
const client = new OpenAI({
apiKey: process.env.QYN_API_KEY,
baseURL: "https://api.qyn.io/v3/compat",
});
const completion = await client.chat.completions.create({
model: "regolo/brick-complexity-pro",
messages: [{ role: "user", content: "Hello" }],
});
console.log(completion.choices[0].message.content);

Compare Brick Complexity Pro withโ€ฆ

Side-by-side on privacy, crypto rails, pricing, and benchmarks.

Start building with 700+ models

One API key. Every major provider. Up and running in minutes.

Get startedView Documentation