Scout
Your first requests and an idea to explore.
- $5 API credit
- A manageable starting budget
- No subscription
NULLMOTH / LAB
Test Recon, copy a request or estimate your usage.
01 / THE MODEL
Test the integration and evaluate response quality on your own tasks.
Fine-tuned for cybersecurity and red-team workflows. Review code, explore attack scenarios and build your security tools.
Try the modelCommercial access in preparation· Accounts and keys are available in this MVP. Development credits are for testing.
03 / TRY IT
Ask a question, explore an idea and continue the conversation.
Your conversation space.The backend sends your messages to Recon. Without a server connection, the examples are illustrative only.
Your account ↗· Sign in and add credit to chat with Recon.
Code review example · illustrative response
04 / FIRST REQUEST
A familiar format for your application, assistant or next prototype.
Messages, roles and responses in chat completions format.
Input and output token counts returned in the usage field.
Set max_tokens. Test limits are documented.
curl "$ATELIER_BASE_URL/chat/completions" \
-H "Authorization: Bearer $ATELIER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "nullmoth-recon",
"messages": [{
"role": "user",
"content": "Construisons quelque chose."
}],
"max_tokens": 512,
"stream": false
}'
05 / TOKENS ON YOUR TERMS
Prepaid credits. Choose a budget; token usage is deducted from your balance.
Launch offer in preparationYour first requests and an idea to explore.
For development, iteration and your agents.
One balance for several tools.
Provisional pricing. No payment is accepted in this preview. Final rates and credit terms will be confirmed before launch.
NO BLACK BOX
Estimate a set of requests. Input tokens include your messages and context; output tokens are the generated response.
06 / BEFORE YOU START
On this machine, yes: the backend provides Recon chat completions when the inference connection is active. Commercial access is in preparation. Create an account in your account area, add test credits and create an API key. Chat uses the same balance.
NullMoth Recon uses OrcaRouter’s Qwen3.8-27B Uncensored FP8 variant. Responses are not guaranteed to be accurate or to fulfill every request. You control verification and permissions for code, analysis and agent actions.
Ethereum is the selected launch network. Automatic payment verification is not yet implemented for Ethereum. The current local development flow uses simulated credits; the older Solana adapter remains a separate test capability.
This preview does not request a transfer. Credit expiry, account recovery and refund terms will be published before commercial launch.
A short question and a long document use different resources. Input and output tokens are charged separately, and requests stop when the available balance cannot cover them.
Not yet. Asynchronous batch processing and discounted rates are under consideration. No public batch endpoint is currently offered.
The API targets the OpenAI-compatible chat completions format. Start with the URL, key and model ID. Check the capabilities your client needs in the integration guide.