AI From U AI FROM U.COM

OPENAI-COMPATIBLE API · FIXED 30-DAY QUOTA

OpenAI-compatible API keys — works with ChatGPT tools

API keys on one OpenAI-compatible endpoint: a fixed monthly price, a 30-day quota, no overage fees, OpenAI SDKs unchanged. Three models — luna, terra, sol.

Independently operated — who runs this and where is on the About page. About

See pricing View API examples
No overage fees Hard 30-day quota Hosted Polar checkout
aifu://portal/overview SAMPLE DATA
Credits remaining
181,580,000 / 500,000,000
63.7% used
Credits by model EXAMPLE
SOL
210,500,000
TERRA
86,300,000
LUNA
21,620,000
Value of usage so far ESTIMATED
Equivalent at reference rate $127.35
Charged to your plan $25.47

Estimated equivalent cost of the 318,420,000 credits spent this cycle, at reference rates — same workload, same models.

Base URL https://aifromu.com/v1

// 01 · PRICING

Four plans. Zero overage.

LAUNCH OFFER Launch pricing on every plan — the rates below are already discounted. Ends when the launch window closes.

Starter

$39-23% OFF
$30 / 30 days
225,000,000 credits
$0.133 per 1M credits
Renews every 30 days · cancel anytimeNo overage — requests stop at zero
Choose plan

Growth

$52-23% OFF
$40 / 30 days
450,000,000 credits
$0.089 per 1M credits
Renews every 30 days · cancel anytimeNo overage — requests stop at zero
Choose plan

Pro

$67-25% OFF
$50 / 30 days
900,000,000 credits
$0.056 per 1M credits
Renews every 30 days · cancel anytimeNo overage — requests stop at zero
Choose plan

When credits reach zero, new requests stop. Your card is never charged for overage.

// 02 · SAVINGS

More model for the same budget.

ESTIMATED
SAME BUDGET UP TO 4.5× the short-context uncached input tokens for the same spend, on the Scale plan.
OVERAGE FEES $0 The quota is hard. Requests stop at zero — your card is never charged extra.
CACHE SAVINGS SHARED 50% Cache reads cost 0.55× uncached input, so half the cache saving stays with you.

Illustrative cost per 1M short-context uncached input tokens

MODEL REFERENCE RATE AI FROM U SCALE, EST. DIFFERENCE
sol $5.00 $1.11 ≈ −78%
terra $1.00 $0.44 ≈ −56%
luna $0.20 $0.04 ≈ −78%
What $60 buys — SOL short-context input ESTIMATED
Reference rate 12M raw input tokens
4.5×
AI FROM U Scale UP TO 54M raw input tokens

Same $60. Up to 4.5× the short-context uncached input tokens.

Estimated equivalent cost on the Scale plan, input-token basis. Your effective rate depends on how you use your quota — the point stands: the same budget buys you more model.

How this is estimated
  • Holds when the full 1.35B credits of the Scale plan ($60) are used within the 30-day window.
  • Cache reads, cache writes, reasoning output and long-context requests convert at different rates.
  • Comparisons apply once a model is bound to its exact upstream counterpart.
  • Reference rates are indicative and not a verified provider quote. We will label them as provider list price only once verified and dated.

// 03 · CREDITS

Credits are your quota. Raw tokens are the receipt.

AI credits are AI From U's quota unit. Each request converts provider-reported usage into credits using model-specific rates.

Your portal shows credits alongside raw-token usage, so you can verify what your workload consumed.

AI credits

Deducted from your plan. When the balance reaches zero, new requests stop.

−1,240 credits / request EXAMPLE
Raw tokens

Provider-reported input and output usage, including reasoning and cache breakdowns.

EXAMPLE USAGE input1,284,113 cache read3,406,880 reasoning96,203 output182,554
50% of cache-read savings shared with you

Cache reads use the midpoint between the uncached-input and cache-read rates. Under current rates, that is 0.55× the credits of uncached input.

// 04 · MODELS

Three models. One endpoint.

1× INPUT Luna FAST + AFFORDABLE

Fast drafts, classification, summaries and high-volume chat.

BEST FOR
  • Classification
  • Data extraction
  • High-volume automation
INPUT
CACHE READ0.55×
OUTPUT + REASONING
10× INPUT Terra BALANCED EVERYDAY MODEL

Everyday assistant work — RAG, agents, tools and coding.

BEST FOR
  • Coding
  • Data analysis
  • RAG & documents
INPUT10×
CACHE READ5.5×
OUTPUT + REASONING60×
25× INPUT Sol FLAGSHIP CAPABILITY

Deep reasoning, hard coding, Codex-style tasks and research.

BEST FOR
  • Deep research
  • Hard coding & Codex tasks
  • Complex agent workflows
INPUT25×
CACHE READ13.75×
OUTPUT + REASONING150×

Weights affect credits charged, not raw-token counts.

How AI credits are calculated

One Luna input token equals one AI credit. Other models and token categories use the weights below. Output and reasoning share a single weight, so reasoning is never counted twice.

Short context

MODELINPUTCACHE READCACHE WRITEOUTPUT + REASONING
LUNA10.551.256
TERRA105.512.560
SOL2513.7531.25150

Long context

MODELINPUTCACHE READCACHE WRITEOUTPUT + REASONING
LUNA21.12.59
TERRA20112590
SOL5027.562.5225

Requests above 272K actual input tokens use long-context rates. Unclassified usage is charged using the higher applicable input or output weight.

// 05 · HOW IT WORKS

From checkout to first call

01Choose 30-DAY PLANS

Pick the 30-day plan that matches your usage.

02Pay SECURE CHECKOUT · POLAR

Complete your purchase on Polar's secure checkout — Polar is our merchant of record.

03Activate ON CONFIRMATION

Your plan activates after Polar confirms your payment.

04Build READY TO BUILD

Receive your API key, store it securely, and start calling

https://aifromu.com/v1

// 06 · API

Two lines to switch

Anything that speaks the OpenAI API format works. Change the base URL, keep your code.

cURL — list models
curl https://aifromu.com/v1/models \
  -H "Authorization: Bearer $AIFU_API_KEY"
Python — OpenAI SDK
from openai import OpenAI

client = OpenAI(
    base_url="https://aifromu.com/v1",
    api_key="YOUR_AIFU_API_KEY",
)

resp = client.chat.completions.create(
    model="terra",
    messages=[{"role": "user", "content": "Hello from AI From U"}],
)
print(resp.choices[0].message.content)

Built to be verifiable

05 / 05 GUARANTEES
No surprise overage

Requests stop when your credit balance reaches zero. No silent overage.

Activation after confirmed payment

Only confirmed payment activates your plan. The return page never grants access.

Reveal-once API keys

API keys are shown once and can be rotated securely from your portal.

Polar-hosted billing

Checkout, invoices and subscription management are handled on pages hosted by Polar, our merchant of record.

Verifiable usage

Credits are shown beside provider-reported raw-token usage, so you can verify every deduction.

// FAQ

Questions, answered

What are AI credits and raw tokens?

AI credits are AI From U's quota unit, deducted from your plan. Raw tokens are the provider-reported usage each request consumed. Your portal shows both, so you can verify every deduction.

How does cache-read pricing work?

Cache reads use the midpoint between the uncached-input and cache-read rates. Under current rates, this is 0.55× the credits of uncached input. AI From U shares 50% of the cache-read savings with you.

What happens when I run out of credits?

New requests stop when your credit balance reaches zero. AI From U does not charge usage-based overage fees. Your subscription continues to renew according to its billing cycle.

When do I receive my API key?

After payment confirmation activates your plan. The key is revealed once in the portal — store it safely. You can rotate it at any time.

How do I manage or cancel my subscription?

In the Polar billing portal, linked from your AI From U portal. Plans renew every 30 days and can be cancelled there.

How can I verify my usage?

Your portal shows AI credits alongside provider-reported raw-token usage, including input, output, reasoning and cache breakdowns. Recent request IDs are redacted but remain available for reconciliation.

How are my API key and payment details protected?

Your complete API key is shown only once and can be rotated from the portal. Card details are handled on Polar-hosted checkout and billing pages; AI From U does not collect or store raw card information.

Is AI From U an official OpenAI service?

No. AI From U is an independent service that provides access to OpenAI models through an OpenAI-compatible API format. OpenAI provides the underlying models, while AI From U manages access, credits, usage reporting and billing.