AftercoreCAPACITY MARKETPLACE

Grok Build / SUBSCRIPTION SUPPLY

grok-4.6

Versioned prices, current public supply and measured request outcomes.

No eligible supply

PUBLISHED TARIFF

Pay for recorded usage

Input / million$1.00
Cached input / million$0.25
Output / million$3.00
Spending hold per request
$1.00
Seller share of buyer charge
60%
Price version
54ac8163-7f8b-4c48-a9bf-72bf8d9b5465

The recorded price stays fixed for each admitted request. A hold reserves spending room; it is not an estimated charge. Earnings accrue in the ledger; a paid transfer is a separate event.

ROUTE & LIMITS

What this route supports

Protocol
Responses · streaming text
Request bounds
40 KB Responses · 16,000 input characters · 8,000 instruction characters
Output setting
1–4,096 tokens · hint only, including reasoning
Maximum provider context
Not verified
Tools and images
Unavailable on this text route
Provider model mapping
grok-4.6-build

Subscription output limits do not guarantee a computation cap. Usage above the spending hold is kept for review and is not automatically charged. JSON/schema output, server tools and continuation sessions are unavailable.

OBSERVED PERFORMANCE

Public traffic · last 24 hours

LOCAL PILOT SAMPLE

Includes acceptance tests and failed requests, across prices for this model. Private requests are excluded. This sample describes observed traffic; it is not an uptime guarantee.

Admitted0
Completed0
Partial0
Failed / cancelled / unknown0
In flight0
Awaiting usage0
Latency distribution in seconds
MeasurementSamples10th percentileMedian90th percentile
First text0Not measuredNot measuredNot measured
Recorded duration0Not measuredNot measuredNot measured

First text measures dispatch to the first text event. Duration measures dispatch to the recorded finish, including recovery when relevant. Each row excludes missing measurements; percentiles interpolate the sample. 0 settled · 0 released. Outcomes and accounting states are separate counts.

No public requests in this window. Performance remains unknown until traffic is observed.

PLAN YOUR USAGE

Estimate a request

Change the example token counts to match your expected workload. The calculation uses the same price version and exact arithmetic as billing.

ESTIMATED BUYER CHARGE

$0.00175
Input / million
$1.00
Cached / million
$0.25
Output / million
$3.00
Spending hold / request
$1.00

No eligible public supply in this snapshot.

This is a planning estimate, not a quote, reservation or inference request. Actual provider usage determines the charge; unused holds are released. Subscription output limits are hints.

Price version 54ac8163-7f8b-4c48-a9bf-72bf8d9b5465

DEVELOPER SETUP

Connect your client

Choose a published model and protocol. Your application key stays in your terminal.

0 eligible public sources

Endpoint https://aftercore.io/v1/responses

Set AFTERCORE_API_KEY to your Aftercore key. Use a public key for market supply; private keys can only use your own eligible seats. Automatic retries are disabled. Running this example purchases inference at the displayed model’s price.

Grok Build serves this catalogue name as grok-4.6-build. Text Responses only; other protocols and Python/Grok client acceptance remain unverified.

// Each run purchases a new request unless you reuse AFTERCORE_REQUEST_ID. Inspect Usage before retrying.
import { randomUUID } from 'node:crypto';
import OpenAI from 'openai';
const headers = { 'Idempotency-Key': process.env.AFTERCORE_REQUEST_ID || randomUUID(), 'X-Aftercore-Price-Version': "54ac8163-7f8b-4c48-a9bf-72bf8d9b5465", ...(process.env.AFTERCORE_SESSION ? { 'X-Aftercore-Session': process.env.AFTERCORE_SESSION } : {}) };
const client = new OpenAI({ apiKey: process.env.AFTERCORE_API_KEY, baseURL: "https://aftercore.io/v1", maxRetries: 0 });
const stream = await client.responses.create({
  "model": "grok-4.6",
  "stream": true,
  "store": false,
  "max_output_tokens": 32,
  "input": "Say hello in one short sentence."
}, { headers });
for await (const event of stream) {
  if (event.type === 'response.output_text.delta') process.stdout.write(event.delta);
}
Download example

Only the supported streaming surface is shown. Output limits on subscription routes are hints; the versioned spending hold is the buyer debit ceiling. Inspect Usage after any interruption before sending another request.

Supply can change

Public keys use only eligible listed supply. Private keys use only the owner's eligible sources. Listing, quota and key policies are checked again at admission.

Billing follows the receipt

Failures before output release holds without earnings. Partial output is billed only with valid usage. Missing or conflicting usage is waived after five minutes; it never becomes an estimated settled charge.

Snapshot 2026-09-14T01:52:31.844Z · Reload to check current supply and measurements.