Developer-First AI Compute Platform

AI access before you're ready to pay.

Your attention has value. Turn verified developer spotlights into promotional AI credits, or purchase persistent cloud packs when you're ready. Spend seamlessly via standard OpenAI client libraries.

100% OpenAI Drop-in
0 Payload Logging Default
< 200ms Edge Fast Tier
OpenAI-Compatible Drop-In
curl https://api.attenval.com/v1/chat/completions \
  -H "Authorization: Bearer atv_live_9f8a3d12bc784a9" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "attenval-auto",
    "messages": [
      { "role": "system", "content": "You are a concise systems assistant." },
      { "role": "user", "content": "How does Attenval route prompts dynamically?" }
    ]
  }'
from openai import OpenAI

client = OpenAI(
    api_key="atv_live_9f8a3d12bc784a9",
    base_url="https://api.attenval.com/v1"
)

response = client.chat.completions.create(
    model="attenval-auto",
    messages=[
        {"role": "system", "content": "You are a concise systems assistant."},
        {"role": "user", "content": "How does Attenval route prompts dynamically?"}
    ]
)

print(response.choices[0].message.content)
# Access custom telemetry
print(f"Credits used: {response.attenval.credits_used}")
import OpenAI from 'openai';

const client = new OpenAI({
  apiKey: 'atv_live_9f8a3d12bc784a9',
  baseURL: 'https://api.attenval.com/v1',
});

const completion = await client.chat.completions.create({
  model: 'attenval-auto',
  messages: [
    { role: 'system', content: 'You are a concise systems assistant.' },
    { role: 'user', content: 'How does Attenval route prompts dynamically?' },
  ],
});

console.log(completion.choices[0]?.message.content);
Architecture & Flow

How Attenval Works

A closed-loop pipeline transforming verified sponsor attention into cryptographic ledger credits and low-latency model inference.

01

Verified Attention

Engage with verified developer spotlights in the mobile app. Cryptographic server-side verification (SSV) validates completion before granting credits.

02

Durable DO Ledger

Each account operates a dedicated SQLite Durable Object. Concurrency-safe two-phase reserve and settle protocol prevents negative balances.

03

Intelligent AI Routing

Global Cloudflare AI Gateway routes requests to Workers AI edge nodes, DeepSeek, or specialized coding engines with automatic failover.

Unified Model Catalogs

One API Key, Four Specialized Aliases

Never manage individual upstream keys again. Target clean aliases optimized for latency, code intelligence, and deep reasoning.

attenval-auto

Recommended
Target: DeepSeek V3, Workers AI, Llama 3.3

Analyzes prompt structure and routes to the most cost-effective tier with optimal response depth.

Input Tokens 10 credits / 1k tokens
Output Tokens 30 credits / 1k tokens
Typical Latency ~350ms
Client Request
Attenval Gateway
Auto Router

attenval-fast

Low Latency
Target: Workers AI Edge, Llama 3.1 8B

Engineered for autocomplete, streaming chat bubbles, classification, and summarization tasks.

Input Tokens 4 credits / 1k tokens
Output Tokens 12 credits / 1k tokens
Typical Latency ~180ms
Client Request
Attenval Gateway
Fast Engine

attenval-code

High Accuracy
Target: Qwen 2.5 Coder, DeepSeek Coder

Trained on modern programming languages, AST refactoring, and test suite generation.

Input Tokens 12 credits / 1k tokens
Output Tokens 40 credits / 1k tokens
Typical Latency ~420ms
Client Request
Attenval Gateway
Code Specialist

attenval-smart

Deep Thinking
Target: DeepSeek R1, QwQ 32B

Solves complex algorithmic logic, rigorous math, system design, and competitive coding problems.

Input Tokens 25 credits / 1k tokens
Output Tokens 75 credits / 1k tokens
Typical Latency ~650ms
Client Request
Attenval Gateway
Reasoning Core
Ledger Semantics

Two Balances, Zero Ambiguity

We treat compute credits with strict financial discipline. Earned promotional credits and purchased prepaid capacity are distinctly tracked in your wallet.

Earned Credits Spend First

Promotional credits earned through verified attention are always consumed prior to purchased credits.

Rolling 30-Day Expiry on Earned Balance

Completing any qualifying developer spotlight extends your entire earned balance for another 30 days.

No Attenval Expiry on Purchased Packs

Credits purchased with INR persist indefinitely until consumed by your API keys.

Attenval Wallet Ledger Synced
Total Usable Balance 145,950 credits
Earned Credits Rolling Expiry
18,450 Valid until 27 Sep • Earn to extend
Purchased Credits No Expiry
127,500 Persistent cloud capacity
Transparent Credit Packs

Prepaid Capacity. No Hidden Subscriptions.

Buy what you need when you're ready. All packs are one-time purchases with zero recurring charges and official GST invoices.

Starter
₹49 + GST
45,000 credits

Ideal for hobbyists, prototyping new prompts, and running lightweight background scripts.

  • ~4.5M input tokens (attenval-auto)
  • No Attenval product expiry
  • Full access to all 4 model aliases
  • Instant GST receipt
Buy Starter Pack
Hacker
₹249 + GST
270,000 credits

Max value for heavy coding sessions, continuous agent loops, and deep reasoning tasks.

  • ~27.0M input tokens (attenval-auto)
  • No Attenval product expiry
  • Full access to all 4 model aliases
  • Priority routing failover
  • Instant GST receipt
Buy Hacker Pack
Interactive Estimator

Calculate Your Monthly AI Credit Needs

Estimate token volume across model aliases and see exact credit and pack recommendations.

2,500 requests
10 in / 30 out
600 tokens (200 in / 400 out)
Estimated Monthly Consumption
35,000 credits
~1.5M total tokens processed
Recommended Pack
Starter Pack
₹49 + GST
Or fund via ~7 developer spotlight sessions in Attenval App

Zero Prompt Selling. Transient Processing by Default.

We do not log raw prompts or model completions to persistent database tables (`cf-aig-collect-log-payload: false`). Your data is processed in-memory solely to serve the API request. Statutory financial and GST audit records are preserved for 72 months in strict separation from AI telemetry.

Start building with verified AI compute today.

Sign up in 30 seconds, get your API key, and make your first completion with zero upfront payment required.

Get Free API Key Explore Quickstart