SoreQen Platform

API access to all three models. OpenAI-compatible, so most existing code works after changing two lines.

Not open yet. The console is being built. What follows is what it will offer, and the prices are set.

Pricing

ModelInput / 1MOutput / 1M
SoreQen S1 Mini$0.05$0.15
SoreQen S1$0.10$0.30
SoreQen S1 Mega$0.25$0.75

Every model gets the full 256k context on the API, whatever your chat plan is. No monthly minimum, and $5 of credit to start.

Compatible by design

The API speaks the OpenAI chat-completions protocol. If you already call an OpenAI-compatible endpoint, point the base URL here and change the model name.

from openai import OpenAI

client = OpenAI(
    api_key="sq-live-...",
    base_url="https://platform.soreqen.com/v1",
)

r = client.chat.completions.create(
    model="soreqen-s1",
    messages=[{"role": "user", "content": "yaar ek regex samjha do"}],
)

Keys

Keys are shown once, at creation, and stored only as a hash. There is no reveal-key button and there cannot be one. Each key carries its own spend cap, so a leaked key cannot run up an unbounded bill, and revocation takes effect within a second.