Advanced reasoning
Work through complex questions with multiple approaches, synthesis and completeness checks.
Use one OpenAI-compatible model endpoint for complex reasoning, research, documents, multimodal workflows and production applications.
PRO-1 checks each answer for completeness against an explicit rubric before returning it. The methodology and raw per-question data are open.
In Beta — features and pricing may change.
POST /v1/chat/completions
Authorization: Bearer $PROMANOS_API_KEY
{
"model": "pro-1",
"messages": [
{"role": "user", "content": "Assess the launch strategy for a B2B AI API and find the risks that are easy to miss."}
]
}
The launch strategy is viable, but the highest-risk assumptions are proof, onboarding friction and price comprehension.
pro-1 through the existing API surface.PRO-1 is evaluated on rubric coverage and no-regret behavior — one strict checker epoch, decoy control, and a separate contamination-resistant exactness track. Every per-question result and the methodology are public.
Each answer is scored on how completely it covers a rubric of required points, under a single strict checker epoch with a decoy control that measures the checker's false-positive rate. A separate contamination-resistant track re-checks exactness on fresh, previously unpublished questions. Every per-question result is published machine-readable.
PRO-1 is /v1/chat/completions with model: "pro-1". Works with the official OpenAI SDK — just change the base_url and the key.
Keep your key on the server. The model returns the cost and version in the response.
Core model capabilities are separated from the application patterns you can build on top of them.
Work through complex questions with multiple approaches, synthesis and completeness checks.
Collect current evidence, compare sources and return an answer grounded in relevant context.
Extract, analyze and answer from contracts, reports and other attached documents.
Understand screenshots, diagrams, images, text, documents and audio in one workflow.
Use code and math tools for calculation, transformation and result verification.
Create visual media through the same API family used by the rest of your application.
Build low-latency voice experiences, transcription and speech-enabled applications.
Connect trusted tools and external systems when the task needs action beyond the model.
Ask for missing constraints and check coverage before returning the final result.
Return predictable machine-readable results for product and automation workflows.
Evidence-led market, strategy, policy and due-diligence systems.
Extraction, comparison, review and question answering across document collections.
Multi-step assistants that combine reasoning, tools, media and verification.
Pay as you go, in the standard $/1M format. We bill processed tokens (input + full output, including reasoning tokens). Billing is by actual usage; a pre-run cost range is returned by /v1/estimate.
No subscription and no promotional credits. Fund your account before the first request; actual usage is deducted from your prepaid balance.
Pricing version: pro-1-usd-2026-07-11-r2 · effective 2026-07-11 · minimum $0.002
Everything PRO-1 processes as input: the question and all the context you pass.
The full output: generation, synthesis and verification of the answer (reasoning tokens).
| Service | What it does | ≈ adds to the request |
|---|---|---|
| Built-in tools — billed as tokens, no separate fee | ||
| Web search | up-to-date facts (weather / rates / news) with sources | ≈ +$0.01–0.03 |
| Code execution | code and math in a sandbox + result verification | ≈ +$0.01–0.03 |
| Files / PDF | text extraction from attachments | $12 / 1M tokens · by size |
| Vision (images) | image analysis with a vision model | $12 / 1M tokens · by size |
| Audio transcription | speech from an audio attachment to text (speech-to-text) | $12 / 1M tokens · by size |
| Video understanding | analyze a video — sampled frames + the audio track | $12 / 1M tokens · by length |
| Generation & audio — separate endpoints | ||
| Image generation | text → image (standard & premium) | from ≈ $0.04 / image |
| Video generation | text → a short video clip | from ≈ $0.40 / clip |
| Speech synthesis (TTS) | text → natural speech, OpenAI-compatible | from ≈ $0.015 / 1k chars |
| Voice cloning | a branded voice from your samples | from ≈ $0.20 / voice |
| Realtime voice | live, low-latency voice conversations | by audio usage |
Generation and audio are cost-plus. /v1/estimate returns a pre-run range; the response reports the final price based on actual usage.
The essentials before you integrate.
To you, PRO-1 is one model and one API. Inside, PRO-1 uses its own intelligent layer to combine the strengths of several leading AI systems, verify completeness, and synthesize the final result. The exact internal composition — providers, models, count, and selection logic — is proprietary.
Yes. Point the official OpenAI SDK at https://api.promanos.com/v1, set the model to pro-1, and use your API key — no other code changes.
Per processed token — $12 / 1M input and $48 / 1M output — billed from a prepaid balance. There are no subscriptions or promotional credits. Fund the account before use; /v1/estimate returns a cost range before you run.
Accounts and data are isolated per user and stored in a single region; your content is not used to train models. See the Privacy Policy for details.
There's a per-minute request limit, set by your usage tier (level). The tier rises automatically as your total top-ups grow — no plan to choose. Your current tier and limit are shown in your account.
The service is in Beta — no formal SLA yet. Live status is at /status, and we report incidents and planned maintenance there and by email.
Connect PRO-1 through the OpenAI-compatible interface your application already understands.