# t2000 MPP Gateway — Sui USDC > MPP-enabled APIs payable with Sui USDC. No API keys. No accounts. Just pay. > Docs: https://developers.t2000.ai > OpenAPI discovery: https://mpp.t2000.ai/openapi.json > Service catalog JSON: https://mpp.t2000.ai/api/services ## Use with t2000 Install the CLI and create an agent wallet: $ npm i -g @t2000/cli && t2 init Make a paid request: $ t2 pay https://mpp.t2000.ai/openai/v1/chat/completions \ --data '{"model":"gpt-4o","messages":[{"role":"user","content":"Hello"}]}' \ --max-price 0.05 Or use the SDK: import { T2000 } from '@t2000/sdk'; const agent = await T2000.create(); const result = await agent.pay({ url: '...', body: '...', maxPrice: 0.05 }); ## MCP (Claude Desktop, Cursor, Windsurf) If using t2000 via MCP, two tools handle MPP payments: - t2000_services — Discover all available services, endpoints, and prices. Call this first. - t2000_pay — Make a paid API request. Handles 402 payment challenges automatically. Natural language examples (see the Services section below or /api/services for current prices): "Search the web for Sui blockchain news" → Brave Search "Generate an image of a sunset" → Fal.ai Flux "Translate this to Spanish" → DeepL "Send a postcard to 123 Main St" → Lob "What's the weather in Tokyo?" → OpenWeather "Execute this Python code" → Judge0 "Find flights from LAX to Tokyo" → SerpAPI Google Flights "Convert 100 USD to EUR" → ExchangeRate "Scan this URL for malware" → VirusTotal "Shorten this link" → Short.io ## Services ### OpenAI Chat, embeddings, images, and audio. Base URL: https://mpp.t2000.ai/openai - POST /v1/chat/completions — Chat completions (GPT-4o, o1, etc.) — $0.02 - POST /v1/embeddings — Create embeddings — $0.02 - POST /v1/images/generations — Generate images with gpt-image-1 — $0.10 - POST /v1/audio/transcriptions — Transcribe audio with Whisper — $0.02 - POST /v1/audio/speech — Text-to-speech — $0.04 ### Anthropic Claude models — Sonnet, Opus, Haiku. Base URL: https://mpp.t2000.ai/anthropic - POST /v1/messages — Chat completions (Sonnet, Opus, Haiku) — $0.02 ### t2000 Private Inference Private inference, no key — pay per call in USDC. Open + confidential (GPU-TEE) models; OpenAI-compatible. Frontier + large contexts: use an API key at api.t2000.ai. Base URL: https://mpp.t2000.ai/t2000 - POST /v1/chat/completions — Chat completions — open + confidential models (no key, pay-per-call; capped). Browse models at GET /t2000/v1/models (free). — $0.05 ### fal.ai Image and audio generation — Flux, Recraft, Whisper. Base URL: https://mpp.t2000.ai/fal - POST /fal-ai/flux/dev — Flux Dev image generation — $0.06 - POST /fal-ai/flux-pro — Flux Pro image generation — $0.10 - POST /fal-ai/flux-realism — Flux Realism (photorealistic) — $0.06 - POST /fal-ai/recraft-20b — Recraft 20B image generation — $0.06 - POST /fal-ai/whisper — Speech-to-text transcription — $0.02 - POST /fal-ai/stable-audio-25/text-to-audio — Stable Audio 2.5 music generation (commercial, up to 3min) — $0.40 ### Firecrawl Scrape, crawl, map, and extract from any website. Base URL: https://mpp.t2000.ai/firecrawl - POST /v1/scrape — Scrape a URL to structured data — $0.02 - POST /v1/crawl — Crawl a website — $0.10 - POST /v1/map — Discover URLs on a site — $0.02 - POST /v1/extract — Extract structured data with LLM — $0.04 ### Google Gemini Gemini chat, reasoning, and embeddings. Base URL: https://mpp.t2000.ai/gemini - POST /v1beta/models/gemini-2.5-flash — Gemini 2.5 Flash (fast, multimodal) — $0.02 - POST /v1beta/models/gemini-2.5-pro — Gemini 2.5 Pro (reasoning) — $0.04 - POST /v1beta/models/embedding-001 — Text embeddings — $0.02 ### Groq Ultra-fast LLM inference — Llama, Mixtral, Gemma. Base URL: https://mpp.t2000.ai/groq - POST /v1/chat/completions — Chat completions (Llama 3, Mixtral, Gemma) — $0.02 - POST /v1/audio/transcriptions — Audio transcription (Whisper) — $0.02 ### Perplexity AI search with real-time web citations. Base URL: https://mpp.t2000.ai/perplexity - POST /v1/chat/completions — Sonar search (web-grounded answers) — $0.02 ### Brave Search Web, image, news, and video search with AI summaries. Base URL: https://mpp.t2000.ai/brave - POST /v1/web/search — Web search results — $0.02 - POST /v1/images/search — Image search — $0.02 - POST /v1/news/search — News search — $0.02 - POST /v1/videos/search — Video search — $0.02 - POST /v1/summarizer/search — AI-summarized search — $0.02 ### DeepSeek DeepSeek reasoning and chat models. Base URL: https://mpp.t2000.ai/deepseek - POST /v1/chat/completions — Chat completions (DeepSeek-V3, R1 reasoning) — $0.02 ### Resend Transactional and batch email delivery. Base URL: https://mpp.t2000.ai/resend - POST /v1/emails — Send an email — $0.02 - POST /v1/emails/batch — Send batch emails (up to 100) — $0.02 ### Together AI Open-source models — Llama, Qwen, Mixtral, FLUX. Base URL: https://mpp.t2000.ai/together - POST /v1/chat/completions — Chat completions (Llama 4, Qwen, Mixtral) — $0.02 - POST /v1/images/generations — Image generation (FLUX, Stable Diffusion) — $0.06 - POST /v1/embeddings — Text embeddings — $0.02 ### ElevenLabs AI voice synthesis, cloning, and sound effects. Base URL: https://mpp.t2000.ai/elevenlabs - POST /v1/text-to-speech/:voiceId — Text-to-speech (any voice) — $0.10 - POST /v1/sound-generation — AI sound effects generation — $0.10 ### OpenWeather Current weather, forecasts, and climate data. Base URL: https://mpp.t2000.ai/openweather - POST /v1/weather — Current weather by city or coordinates — $0.02 - POST /v1/forecast — 5-day / 3-hour forecast — $0.02 ### Google Maps Geocoding, places search, and directions. Base URL: https://mpp.t2000.ai/googlemaps - POST /v1/geocode — Address to coordinates (and reverse) — $0.02 - POST /v1/places — Text-based places search — $0.02 - POST /v1/directions — Route directions between locations — $0.02 ### Judge0 Execute code in 70+ programming languages. Base URL: https://mpp.t2000.ai/judge0 - POST /v1/submissions — Submit and execute code — $0.02 - POST /v1/languages — List supported languages — $0.02 ### Lob Send physical mail — postcards, letters, and address verification. Base URL: https://mpp.t2000.ai/lob - POST /v1/postcards — Send a physical postcard — $2.00 - POST /v1/letters — Send a physical letter — $3.00 - POST /v1/verify — Verify a US address — $0.02 ### CoinGecko Crypto prices, market data, and trending coins. Base URL: https://mpp.t2000.ai/coingecko - POST /v1/price — Get price for coins (by ID, vs currencies) — $0.02 - POST /v1/markets — Market data — price, cap, volume, sparkline — $0.02 - POST /v1/trending — Trending coins and searches — $0.02 ### Alpha Vantage Stock quotes, time series, and symbol search. Base URL: https://mpp.t2000.ai/alphavantage - POST /v1/quote — Real-time stock quote (price, change, volume) — $0.02 - POST /v1/daily — Daily time series (OHLCV) — $0.02 - POST /v1/search — Search for stock symbols by keyword — $0.02 ### NewsAPI Breaking news and article search across 150k+ sources. Base URL: https://mpp.t2000.ai/newsapi - POST /v1/headlines — Top breaking headlines filtered by country/category/source ONLY (e.g. country=us, category=business). Sparse: returns few or ZERO results for keyword topics. For a topic or keyword (e.g. "crypto", "bitcoin"), use /v1/search instead. — $0.02 - POST /v1/search — Search ALL articles by keyword across 150k+ sources (comprehensive). Use this for any topic/keyword query (e.g. "crypto headlines"), optionally with date range, language, sortBy. Prefer this over /v1/headlines for topic searches. — $0.02 ### DeepL AI-powered translation across 30+ languages. Base URL: https://mpp.t2000.ai/deepl - POST /v1/translate — Translate text with context-aware AI — $0.02 ### Exa AI-native semantic search — finds content by meaning. Base URL: https://mpp.t2000.ai/exa - POST /v1/search — Semantic search with optional content extraction — $0.02 - POST /v1/contents — Extract clean content from URLs — $0.02 ### Jina Reader Convert any URL to clean LLM-ready markdown. Base URL: https://mpp.t2000.ai/jina - POST /v1/read — Read a URL and return clean markdown — $0.02 ### Serper Google Search results as structured JSON — fast and cheap. Base URL: https://mpp.t2000.ai/serper - POST /v1/search — Google web search with rich snippets — $0.02 - POST /v1/images — Google image search results — $0.02 ### ScreenshotOne Capture any webpage as PNG, JPEG, or PDF. Base URL: https://mpp.t2000.ai/screenshot - POST /v1/capture — Screenshot a URL (configurable viewport, format) — $0.02 ### PDFShift Convert HTML or URLs to professional PDF documents. Base URL: https://mpp.t2000.ai/pdfshift - POST /v1/convert — Convert HTML source or URL to PDF — $0.02 ### QR Code Generate QR codes for any URL or text. Base URL: https://mpp.t2000.ai/qrcode - POST /v1/generate — Generate a QR code image (PNG, SVG) — $0.02 ### Replicate Run any open-source ML model — Llama, SDXL, Whisper, and thousands more. Base URL: https://mpp.t2000.ai/replicate - POST /v1/predictions — Run a model (sync — waits for result) — $0.04 - POST /v1/predictions/status — Check prediction status by ID — $0.02 ### Stability AI Image generation and editing — Stable Diffusion 3, search-and-replace. Base URL: https://mpp.t2000.ai/stability - POST /v1/generate — Generate an image from text (SD3) — $0.06 - POST /v1/edit — Search-and-replace edit on an image — $0.06 ### AssemblyAI Advanced transcription — speaker labels, summaries, chapters. Base URL: https://mpp.t2000.ai/assemblyai - POST /v1/transcribe — Submit audio URL for transcription — $0.04 - POST /v1/result — Get transcription result by ID — $0.02 ### Hunter.io Find professional email addresses by domain or verify deliverability. Base URL: https://mpp.t2000.ai/hunter - POST /v1/search — Find emails by domain name — $0.04 - POST /v1/verify — Verify an email address — $0.04 ### IPinfo IP geolocation, ASN, company, and VPN detection. Base URL: https://mpp.t2000.ai/ipinfo - POST /v1/lookup — Look up IP address details (geo, ASN, company) — $0.02 ### Google Translate Translation and language detection — 130+ languages. Base URL: https://mpp.t2000.ai/translate - POST /v1/translate — Translate text between languages — $0.02 - POST /v1/detect — Detect the language of text — $0.02 ### SerpAPI Google, Bing, YouTube search results with structured data. Base URL: https://mpp.t2000.ai/serpapi - POST /v1/search — Google search with rich structured results — $0.02 - POST /v1/flights — Google Flights search — routes, prices, airlines — $0.02 - POST /v1/locations — Search locations for geo-targeted queries — $0.02 ### Pushover Instant push notifications to iOS, Android, and desktop. Base URL: https://mpp.t2000.ai/pushover - POST /v1/push — Send a push notification — $0.02 ### Mistral European AI models — Mistral Large, Codestral, Mixtral. Base URL: https://mpp.t2000.ai/mistral - POST /v1/chat/completions — Chat completions (Mistral Large, Codestral, Mixtral) — $0.02 - POST /v1/embeddings — Generate text embeddings — $0.02 ### Cohere Embeddings, reranking, and RAG-optimized models. Base URL: https://mpp.t2000.ai/cohere - POST /v1/chat — Chat with Command models — $0.02 - POST /v1/embed — Generate text embeddings — $0.02 - POST /v1/rerank — Rerank search results by relevance — $0.02 ### VirusTotal URL and file security scanning — 70+ antivirus engines. Base URL: https://mpp.t2000.ai/virustotal - POST /v1/scan — Scan a URL or file hash for threats — $0.02 ### ExchangeRate Live forex rates for 160+ currencies. Base URL: https://mpp.t2000.ai/exchangerate - POST /v1/rates — Get exchange rates for a base currency — $0.02 - POST /v1/convert — Convert an amount between two currencies — $0.02 ### Short.io URL shortening with click analytics. Base URL: https://mpp.t2000.ai/shortio - POST /v1/shorten — Shorten a URL — $0.02 ### TinyPNG Smart image compression and resizing — PNG, JPEG, WebP. Base URL: https://mpp.t2000.ai/tinify - POST /v1/compress — Compress an image from a URL (lossy, transparent-aware) — $0.02 - POST /v1/resize — Compress and resize an image from a URL — $0.02 ## Payment All services accept Sui USDC via MPP (Machine Payments Protocol). Chain: Sui · Currency: USDC (Circle) · Settlement: ~400ms · Gas: $0 (sponsored)