Skip to main content
1API Club
Policy-Based AI Delivery Infrastructure

Unified AI Delivery Gateway

Choose a (model + Delivery Lane) pair. We coordinate eligible delivery paths behind a single API for coding agents, AI applications, and automation workflows.

  • Request-level visibility
  • Session-aware routing
  • Cached-token metering
  • Pre-commit failover
Illustrative request

Request facts at a glance.

Requested model
gpt-5.6-sol
Served model
gpt-5.6-sol
Delivery Lane
economy89.0%OFF
Endpoint
/v1/responses
Billable usage
Input tokens6,843Cache read tokens30,742Output tokens413
Performance
TTFT4.4sThroughput39.8 toks/s
Charged
$0.005273
Saved
$0.042656

Delivery Lanes

Same model. Different delivery trade-offs.

Choose a Delivery Lane, then compare its published price with the official model baseline.

Token pricing

Economy Lane: A lower-cost general-purpose lane that favors savings over delivery consistency. Standard context. Standard processing.

gpt-6-astra
80.0% OFF
Input
$2.000
Output
$10.000
Cache Write
-
Cache Read
$0.200
gpt-5.6-sol
89.0% OFF
Input
$0.440
Output
$2.200
Cache Write
$0.550
Cache Read
$0.044
gpt-5.6-terra
91.5% OFF
Input
$0.170
Output
$1.020
Cache Write
$0.213
Cache Read
$0.017
gpt-5.6-luna
72.0% OFF
Input
$0.056
Output
$0.336
Cache Write
$0.070
Cache Read
$0.006
gpt-5.5
91.0% OFF
Input
$0.450
Output
$2.700
Cache Write
-
Cache Read
$0.045
gpt-5.4
90.7% OFF
Input
$0.233
Output
$1.395
Cache Write
-
Cache Read
$0.023
gpt-5.4-mini
90.5% OFF
Input
$0.071
Output
$0.428
Cache Write
-
Cache Read
$0.007

Usage observability

See what every request delivered.

Review requested model, served model, Delivery Lane, token usage, cache activity, latency, throughput, and charge for each request.

Illustrative sample data only. These records are not visitor account data or a production performance guarantee.
gpt-5.6-solhigh
Time & API Key
14.9sResearch workspace
Model
gpt-5.6-solhigh
Delivery Lane
economy
Usage
6,843413
30,742
Performance
39.8 toks/s
TTFT: 4.5s
Breakdown$0.005273
gpt-5.6-terramedium
Time & API Key
16.1sDocumentation bot
Model
gpt-5.6-terramedium
Delivery Lane
standard
Usage
2,417617
63,184
Performance
50.6 toks/s
TTFT: 3.9s
Breakdown$0.003957
gpt-5.6-luna
Time & API Key
15.5sSupport assistant
Model
gpt-5.6-luna
Delivery Lane
standard
Usage
8,731563
45,963
Performance
48.9 toks/s
TTFT: 4.0s
Breakdown$0.001171
claude-opus-5
Time & API Key
17.9sEngineering workspace
Model
claude-opus-5
Delivery Lane
coding
Usage
4,276397
18,143
Performance
32.1 toks/s
TTFT: 5.5s
Breakdown$0.057737
claude-fable-5
Time & API Key
15.4sContent workspace
Model
claude-fable-5
Delivery Lane
economy
Usage
6,942431
30,314
Performance
39.8 toks/s
TTFT: 4.6s
Breakdown$0.060522
claude-sonnet-5
Time & API Key
14.2sAnalysis workspace
Model
claude-sonnet-5
Delivery Lane
standard
Usage
8,684517
11,736
Performance
50.1 toks/s
TTFT: 3.9s
Breakdown$0.045165
claude-opus-4-8
Time & API Key
17.3sBackground tasks
Model
claude-opus-4-8
Delivery Lane
saver
Usage
1,063347
36,428
Performance
30.0 toks/s
TTFT: 5.7s
Breakdown$0.003190
claude-opus-5
Time & API Key
14.1sPriority workspace
Model
claude-opus-5
Delivery Lane
standard
Usage
7,138483
54,271
Performance
47.8 toks/s
TTFT: 4.0s
Breakdown$0.048687

Built for coding work

A coding task should not stall because one delivery path slowed down.

Long-running coding sessions magnify latency, cache behavior, and manual recovery. Keep those delivery concerns below the workflow.

Too many API keysDifferent accounts and access keys add manual state to every workload.
Unpredictable latencyLong-running work loses momentum when delivery behavior changes unexpectedly.
Manual failoverWhen a path fails, manual changes interrupt the work already in progress.
Hidden effective costToken price is only part of evaluation when retries, cache behavior, and elapsed time matter.

How delivery works

One API. Multiple delivery paths.

Your workload chooses the public model and Delivery Lane. The policy coordinates eligible delivery paths while the implementation stays behind the API.

  1. 01Route selectionThe policy narrows delivery candidates from the selected public model and Delivery Lane.
  2. 02Session affinitySupported long-running sessions can remain aligned to a delivery path when possible.
  3. 03Same-model fallbackFallback remains within the selected public model when another candidate is tried.
  4. 04Pre-commit failoverAnother candidate can be attempted before a response is committed when the mechanism applies.
  5. 05Health signalsRequest outcomes and observations inform the delivery policy without promising a delivery result.

Start with a workload

Move one workload. Keep the rest unchanged.

Use the documented Base URL and a dedicated workspace API key, choose a Published model, Delivery Lane, and endpoint, then verify the first request.

Base URL
https://api.1api.club/v1
API key
Create a dedicated workspace API key.
Delivery Lane
Choose a Delivery Lane for the workload.
First request
Verify the completed request in Usage.
Coding agents

Send the first coding task with a Published model, Delivery Lane, and endpoint, then review the completed request in Usage.

AI applications

Send the first application request with a Published model, Delivery Lane, and endpoint, then review the completed request in Usage.

Automation workflows

Run the first automation workflow with a Published model, Delivery Lane, and endpoint, then review the completed request in Usage.

Use Pricing to choose a Published request path, follow Quickstart for the first request, and inspect protocol scope in API Reference.

Trust and FAQ

Clear records. Explicit boundaries.

Review content handling, request facts, pricing, availability, and failure behavior from the public records that define them.

How is API content handled?

Routed API prompts and responses are not written to 1api's application databases or long-term logs. A private continuation cache may temporarily retain the minimum required conversation content for response continuation and one bounded recovery attempt. Read Trust for the complete content boundary and Privacy for provider-side processing context.

What request facts can I review?

Token counts, request status, timing, latency, and charge details stay auditable. Review the customer-facing record expectations in Trust.

How do prices and cached tokens work?

Compare Lane prices with the official baseline. Where a model's public price evidence includes cache pricing, cache read or cache write is shown as a separate pricing line. Cached-token usage is shown in the request record when it applies. Review the selected model's public price evidence in Pricing.

What happens when a delivery path cannot complete?

Where the documented mechanism applies, another candidate can be attempted before a response is committed. The mechanism is not a guarantee that a fallback will occur. The workload should still handle an unsuccessful request. Read Docs for the request workflow.

Which models and endpoints can I use?

Select a Published model, Delivery Lane, and endpoint before sending a request. Use Pricing for publication coverage and API Reference for protocol scope.

Read Trust and Privacy for the complete record and policy details.

Start with a workload

Start with one workload.

Create an API key, choose a Delivery Lane, and follow Quickstart for your first request.

Read Quickstart