Docs

TokenSea Documentation

Overview

TokenSea provides a unified gateway to frontier AI models for production use. Connect once, access many providers, and manage keys, quotas, and routing with a single control plane.

Key features include unified API surface, model catalog, usage metering, rate‑limit controls, and fine‑grained key management.

API Keys

Create and manage API keys from your TokenSea dashboard. Keys can be scoped, rotated, and paused. Use environment variables to keep secrets out of source control.

export TOKENSEA_API_KEY="sk_live_..."
curl https://api.tokensea.ai/v1/chat/completions \
 -H "Authorization: Bearer $TOKENSEA_API_KEY" \
 -H "Content-Type: application/json" \
 -d '{"model":"qwen3.5-27b","messages":[{"role":"user","content":"Hello"}]}'

Models

Browse the catalog on the Models page to compare context windows, capabilities, and pricing. TokenSea normalizes capabilities across providers for easier selection and fallback.

  • Text, image, audio, and video inputs
  • Reasoning and tool‑use enabled models
  • Long‑context variants up to 1M tokens

Pricing

TokenSea supports usage‑based pricing with account tiers similar to Bronze, Silver, Gold, and Ultra. Quotas scale with top‑ups and larger plans unlock higher throughput.

TierRPMTPMDaily TokensNotes
Bronze60500100Default for new users
Silver5006001000One‑time $100 top‑up
Gold30006002000One‑time $1,000 top‑up
Ultra500050005000One‑time $10,000 top‑up
Prices vary by provider and model. See the Models page for per‑token input and output rates.

Support

Need help? Reach out: