[{"id":"openai","name":"OpenAI","serviceUrl":"https://mpp.t2000.ai/openai","description":"Chat, embeddings, images, and audio.","chain":"sui","currency":"USDC","categories":["ai","media"],"logo":"/logos/openai.svg","endpoints":[{"method":"POST","path":"/v1/chat/completions","description":"Chat completions (GPT-4o, o1, etc.)","price":"0.02","schema":{"type":"object","properties":{"model":{"type":"string","description":"Model name (e.g. gpt-4o, llama-3.3-70b)"},"messages":{"type":"array","items":{"type":"object","properties":{"role":{"type":"string","description":"Message role","enum":["system","user","assistant"]},"content":{"type":"string","description":"Message content"}},"required":["role","content"]},"description":"Conversation messages"},"temperature":{"type":"number","description":"Sampling temperature (0-2)"},"max_tokens":{"type":"number","description":"Maximum tokens to generate"},"stream":{"type":"boolean","description":"Stream response tokens"}},"required":["messages"]}},{"method":"POST","path":"/v1/embeddings","description":"Create embeddings","price":"0.02","schema":{"type":"object","properties":{"model":{"type":"string","description":"Embedding model name"},"input":{"type":"string","description":"Text to embed (or array of strings)"}},"required":["input"]}},{"method":"POST","path":"/v1/images/generations","description":"Generate images with gpt-image-1","price":"0.10","schema":{"type":"object","properties":{"model":{"type":"string","description":"Model (gpt-image-1, gpt-image-1-mini). Omit to let OpenAI select default. Responses are uploaded to Blob and returned as dall-e-shaped `{ url }` entries."},"prompt":{"type":"string","description":"Image description"},"size":{"type":"string","description":"Image size (1024x1024, 1024x1792, 1792x1024)"},"n":{"type":"number","description":"Number of images"}},"required":["prompt"]}},{"method":"POST","path":"/v1/audio/transcriptions","description":"Transcribe audio with Whisper","price":"0.02","schema":{"type":"object","properties":{"file":{"type":"string","description":"Audio file URL or base64"},"model":{"type":"string","description":"Model (whisper-1)"},"language":{"type":"string","description":"ISO-639-1 language code"}},"required":["file"]}},{"method":"POST","path":"/v1/audio/speech","description":"Text-to-speech","price":"0.04","schema":{"type":"object","properties":{"model":{"type":"string","description":"TTS model (tts-1, tts-1-hd)"},"input":{"type":"string","description":"Text to convert to speech"},"voice":{"type":"string","description":"Voice (alloy, echo, fable, onyx, nova, shimmer)"}},"required":["input","voice"]}}]},{"id":"anthropic","name":"Anthropic","serviceUrl":"https://mpp.t2000.ai/anthropic","description":"Claude models — Sonnet, Opus, Haiku.","chain":"sui","currency":"USDC","categories":["ai"],"logo":"/logos/anthropic.svg","endpoints":[{"method":"POST","path":"/v1/messages","description":"Chat completions (Sonnet, Opus, Haiku)","price":"0.02","schema":{"type":"object","properties":{"model":{"type":"string","description":"Model (claude-sonnet-4-20250514, claude-opus-4-20250514, claude-3.5-haiku)"},"messages":{"type":"array","items":{"type":"object","properties":{"role":{"type":"string","description":"Role","enum":["user","assistant"]},"content":{"type":"string","description":"Message content"}},"required":["role","content"]},"description":"Conversation messages"},"max_tokens":{"type":"number","description":"Maximum tokens to generate"},"system":{"type":"string","description":"System prompt"}},"required":["model","messages","max_tokens"]}}]},{"id":"t2000","name":"t2000 Private Inference","serviceUrl":"https://mpp.t2000.ai/t2000","description":"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.","chain":"sui","currency":"USDC","categories":["ai"],"logo":"/logos/t2000.svg","endpoints":[{"method":"POST","path":"/v1/chat/completions","description":"Chat completions — open + confidential models (no key, pay-per-call; capped). Browse models at GET /t2000/v1/models (free).","price":"0.05"}]},{"id":"fal","name":"fal.ai","serviceUrl":"https://mpp.t2000.ai/fal","description":"Image and audio generation — Flux, Recraft, Whisper.","chain":"sui","currency":"USDC","categories":["ai","media"],"logo":"/logos/fal.svg","endpoints":[{"method":"POST","path":"/fal-ai/flux/dev","description":"Flux Dev image generation","price":"0.06","schema":{"type":"object","properties":{"prompt":{"type":"string","description":"Text description of the image to generate"},"image_size":{"type":"string","description":"Output size (e.g. landscape_4_3, square_hd)"},"num_images":{"type":"number","description":"Number of images to generate"}},"required":["prompt"]}},{"method":"POST","path":"/fal-ai/flux-pro","description":"Flux Pro image generation","price":"0.10","schema":{"type":"object","properties":{"prompt":{"type":"string","description":"Text description of the image to generate"},"image_size":{"type":"string","description":"Output size (e.g. landscape_4_3, square_hd)"},"num_images":{"type":"number","description":"Number of images to generate"}},"required":["prompt"]}},{"method":"POST","path":"/fal-ai/flux-realism","description":"Flux Realism (photorealistic)","price":"0.06","schema":{"type":"object","properties":{"prompt":{"type":"string","description":"Text description of the image to generate"},"image_size":{"type":"string","description":"Output size (e.g. landscape_4_3, square_hd)"},"num_images":{"type":"number","description":"Number of images to generate"}},"required":["prompt"]}},{"method":"POST","path":"/fal-ai/recraft-20b","description":"Recraft 20B image generation","price":"0.06","schema":{"type":"object","properties":{"prompt":{"type":"string","description":"Text description of the image to generate"},"image_size":{"type":"string","description":"Output size (e.g. landscape_4_3, square_hd)"},"num_images":{"type":"number","description":"Number of images to generate"}},"required":["prompt"]}},{"method":"POST","path":"/fal-ai/whisper","description":"Speech-to-text transcription","price":"0.02","schema":{"type":"object","properties":{"audio_url":{"type":"string","description":"URL of the audio file to transcribe"}},"required":["audio_url"]}},{"method":"POST","path":"/fal-ai/stable-audio-25/text-to-audio","description":"Stable Audio 2.5 music generation (commercial, up to 3min)","price":"0.40"}]},{"id":"firecrawl","name":"Firecrawl","serviceUrl":"https://mpp.t2000.ai/firecrawl","description":"Scrape, crawl, map, and extract from any website.","chain":"sui","currency":"USDC","categories":["web","data"],"logo":"/logos/firecrawl.svg","endpoints":[{"method":"POST","path":"/v1/scrape","description":"Scrape a URL to structured data","price":"0.02","schema":{"type":"object","properties":{"url":{"type":"string","description":"URL to process"}},"required":["url"]}},{"method":"POST","path":"/v1/crawl","description":"Crawl a website","price":"0.10","schema":{"type":"object","properties":{"url":{"type":"string","description":"URL to process"}},"required":["url"]}},{"method":"POST","path":"/v1/map","description":"Discover URLs on a site","price":"0.02","schema":{"type":"object","properties":{"url":{"type":"string","description":"URL to process"}},"required":["url"]}},{"method":"POST","path":"/v1/extract","description":"Extract structured data with LLM","price":"0.04","schema":{"type":"object","properties":{"url":{"type":"string","description":"URL to extract from"},"schema":{"type":"object","properties":{}}},"required":["url"]}}]},{"id":"gemini","name":"Google Gemini","serviceUrl":"https://mpp.t2000.ai/gemini","description":"Gemini chat, reasoning, and embeddings.","chain":"sui","currency":"USDC","categories":["ai"],"logo":"/logos/gemini.svg","endpoints":[{"method":"POST","path":"/v1beta/models/gemini-2.5-flash","description":"Gemini 2.5 Flash (fast, multimodal)","price":"0.02","schema":{"type":"object","properties":{"contents":{"type":"array","items":{"type":"object","properties":{"role":{"type":"string","description":"Role (user or model)"},"parts":{"type":"array","items":{"type":"object","properties":{"text":{"type":"string","description":"Text content"}},"required":["text"]},"description":"Content parts"}},"required":["parts"]},"description":"Conversation contents"}},"required":["contents"]}},{"method":"POST","path":"/v1beta/models/gemini-2.5-pro","description":"Gemini 2.5 Pro (reasoning)","price":"0.04","schema":{"type":"object","properties":{"contents":{"type":"array","items":{"type":"object","properties":{"role":{"type":"string","description":"Role (user or model)"},"parts":{"type":"array","items":{"type":"object","properties":{"text":{"type":"string","description":"Text content"}},"required":["text"]},"description":"Content parts"}},"required":["parts"]},"description":"Conversation contents"}},"required":["contents"]}},{"method":"POST","path":"/v1beta/models/embedding-001","description":"Text embeddings","price":"0.02","schema":{"type":"object","properties":{"content":{"type":"object","properties":{"parts":{"type":"array","items":{"type":"object","properties":{"text":{"type":"string","description":"Text to embed"}},"required":["text"]},"description":"Parts"}},"required":["parts"]}},"required":["content"]}}]},{"id":"groq","name":"Groq","serviceUrl":"https://mpp.t2000.ai/groq","description":"Ultra-fast LLM inference — Llama, Mixtral, Gemma.","chain":"sui","currency":"USDC","categories":["ai"],"logo":"/logos/groq.svg","endpoints":[{"method":"POST","path":"/v1/chat/completions","description":"Chat completions (Llama 3, Mixtral, Gemma)","price":"0.02","schema":{"type":"object","properties":{"model":{"type":"string","description":"Model name (e.g. gpt-4o, llama-3.3-70b)"},"messages":{"type":"array","items":{"type":"object","properties":{"role":{"type":"string","description":"Message role","enum":["system","user","assistant"]},"content":{"type":"string","description":"Message content"}},"required":["role","content"]},"description":"Conversation messages"},"temperature":{"type":"number","description":"Sampling temperature (0-2)"},"max_tokens":{"type":"number","description":"Maximum tokens to generate"},"stream":{"type":"boolean","description":"Stream response tokens"}},"required":["messages"]}},{"method":"POST","path":"/v1/audio/transcriptions","description":"Audio transcription (Whisper)","price":"0.02","schema":{"type":"object","properties":{"file":{"type":"string","description":"Audio file URL or base64"},"model":{"type":"string","description":"Model (whisper-large-v3)"},"language":{"type":"string","description":"ISO-639-1 language code"}},"required":["file"]}}]},{"id":"perplexity","name":"Perplexity","serviceUrl":"https://mpp.t2000.ai/perplexity","description":"AI search with real-time web citations.","chain":"sui","currency":"USDC","categories":["ai","search"],"logo":"/logos/perplexity.svg","endpoints":[{"method":"POST","path":"/v1/chat/completions","description":"Sonar search (web-grounded answers)","price":"0.02","schema":{"type":"object","properties":{"model":{"type":"string","description":"Model name (e.g. gpt-4o, llama-3.3-70b)"},"messages":{"type":"array","items":{"type":"object","properties":{"role":{"type":"string","description":"Message role","enum":["system","user","assistant"]},"content":{"type":"string","description":"Message content"}},"required":["role","content"]},"description":"Conversation messages"},"temperature":{"type":"number","description":"Sampling temperature (0-2)"},"max_tokens":{"type":"number","description":"Maximum tokens to generate"},"stream":{"type":"boolean","description":"Stream response tokens"}},"required":["messages"]}}]},{"id":"brave","name":"Brave Search","serviceUrl":"https://mpp.t2000.ai/brave","description":"Web, image, news, and video search with AI summaries.","chain":"sui","currency":"USDC","categories":["search"],"logo":"/logos/brave.svg","endpoints":[{"method":"POST","path":"/v1/web/search","description":"Web search results","price":"0.02","schema":{"type":"object","properties":{"q":{"type":"string","description":"Search query"}},"required":["q"]}},{"method":"POST","path":"/v1/images/search","description":"Image search","price":"0.02","schema":{"type":"object","properties":{"q":{"type":"string","description":"Search query"}},"required":["q"]}},{"method":"POST","path":"/v1/news/search","description":"News search","price":"0.02","schema":{"type":"object","properties":{"q":{"type":"string","description":"Search query"}},"required":["q"]}},{"method":"POST","path":"/v1/videos/search","description":"Video search","price":"0.02","schema":{"type":"object","properties":{"q":{"type":"string","description":"Search query"}},"required":["q"]}},{"method":"POST","path":"/v1/summarizer/search","description":"AI-summarized search","price":"0.02","schema":{"type":"object","properties":{"q":{"type":"string","description":"Search query"}},"required":["q"]}}]},{"id":"deepseek","name":"DeepSeek","serviceUrl":"https://mpp.t2000.ai/deepseek","description":"DeepSeek reasoning and chat models.","chain":"sui","currency":"USDC","categories":["ai"],"logo":"/logos/deepseek.svg","endpoints":[{"method":"POST","path":"/v1/chat/completions","description":"Chat completions (DeepSeek-V3, R1 reasoning)","price":"0.02","schema":{"type":"object","properties":{"model":{"type":"string","description":"Model name (e.g. gpt-4o, llama-3.3-70b)"},"messages":{"type":"array","items":{"type":"object","properties":{"role":{"type":"string","description":"Message role","enum":["system","user","assistant"]},"content":{"type":"string","description":"Message content"}},"required":["role","content"]},"description":"Conversation messages"},"temperature":{"type":"number","description":"Sampling temperature (0-2)"},"max_tokens":{"type":"number","description":"Maximum tokens to generate"},"stream":{"type":"boolean","description":"Stream response tokens"}},"required":["messages"]}}]},{"id":"resend","name":"Resend","serviceUrl":"https://mpp.t2000.ai/resend","description":"Transactional and batch email delivery.","chain":"sui","currency":"USDC","categories":["communication"],"logo":"/logos/resend.svg","endpoints":[{"method":"POST","path":"/v1/emails","description":"Send an email","price":"0.02","schema":{"type":"object","properties":{"from":{"type":"string","description":"Sender email address"},"to":{"type":"string","description":"Recipient email (or array)"},"subject":{"type":"string","description":"Email subject"},"html":{"type":"string","description":"HTML body"},"text":{"type":"string","description":"Plain text body"}},"required":["from","to","subject"]}},{"method":"POST","path":"/v1/emails/batch","description":"Send batch emails (up to 100)","price":"0.02","schema":{"type":"array","items":{"type":"object","properties":{"from":{"type":"string","description":"Sender email"},"to":{"type":"string","description":"Recipient email"},"subject":{"type":"string","description":"Email subject"},"html":{"type":"string","description":"HTML body"}},"required":["from","to","subject"]},"description":"Array of emails (up to 100)"}}]},{"id":"together","name":"Together AI","serviceUrl":"https://mpp.t2000.ai/together","description":"Open-source models — Llama, Qwen, Mixtral, FLUX.","chain":"sui","currency":"USDC","categories":["ai","media"],"logo":"/logos/together.svg","endpoints":[{"method":"POST","path":"/v1/chat/completions","description":"Chat completions (Llama 4, Qwen, Mixtral)","price":"0.02","schema":{"type":"object","properties":{"model":{"type":"string","description":"Model name (e.g. gpt-4o, llama-3.3-70b)"},"messages":{"type":"array","items":{"type":"object","properties":{"role":{"type":"string","description":"Message role","enum":["system","user","assistant"]},"content":{"type":"string","description":"Message content"}},"required":["role","content"]},"description":"Conversation messages"},"temperature":{"type":"number","description":"Sampling temperature (0-2)"},"max_tokens":{"type":"number","description":"Maximum tokens to generate"},"stream":{"type":"boolean","description":"Stream response tokens"}},"required":["messages"]}},{"method":"POST","path":"/v1/images/generations","description":"Image generation (FLUX, Stable Diffusion)","price":"0.06","schema":{"type":"object","properties":{"prompt":{"type":"string","description":"Text description of the image to generate"},"image_size":{"type":"string","description":"Output size (e.g. landscape_4_3, square_hd)"},"num_images":{"type":"number","description":"Number of images to generate"}},"required":["prompt"]}},{"method":"POST","path":"/v1/embeddings","description":"Text embeddings","price":"0.02","schema":{"type":"object","properties":{"model":{"type":"string","description":"Embedding model name"},"input":{"type":"string","description":"Text to embed (or array of strings)"}},"required":["input"]}}]},{"id":"elevenlabs","name":"ElevenLabs","serviceUrl":"https://mpp.t2000.ai/elevenlabs","description":"AI voice synthesis, cloning, and sound effects.","chain":"sui","currency":"USDC","categories":["ai","media"],"logo":"/logos/elevenlabs.svg","endpoints":[{"method":"POST","path":"/v1/text-to-speech/:voiceId","description":"Text-to-speech (any voice)","price":"0.10","schema":{"type":"object","properties":{"text":{"type":"string","description":"Text to convert to speech"},"model_id":{"type":"string","description":"Model (eleven_multilingual_v2, eleven_turbo_v2)"},"voice_settings":{"type":"object","properties":{"stability":{"type":"number","description":"Voice stability (0-1)"},"similarity_boost":{"type":"number","description":"Similarity boost (0-1)"}}}},"required":["text"]}},{"method":"POST","path":"/v1/sound-generation","description":"AI sound effects generation","price":"0.10","schema":{"type":"object","properties":{"text":{"type":"string","description":"Description of the sound to generate"},"duration_seconds":{"type":"number","description":"Duration in seconds"}},"required":["text"]}}]},{"id":"openweather","name":"OpenWeather","serviceUrl":"https://mpp.t2000.ai/openweather","description":"Current weather, forecasts, and climate data.","chain":"sui","currency":"USDC","categories":["data"],"logo":"/logos/openweather.svg","endpoints":[{"method":"POST","path":"/v1/weather","description":"Current weather by city or coordinates","price":"0.02","schema":{"type":"object","properties":{"city":{"type":"string","description":"City name (e.g. \"London\" or \"London,UK\")"},"lat":{"type":"string","description":"Latitude (alternative to city)"},"lon":{"type":"string","description":"Longitude (alternative to city)"}}}},{"method":"POST","path":"/v1/forecast","description":"5-day / 3-hour forecast","price":"0.02","schema":{"type":"object","properties":{"city":{"type":"string","description":"City name"},"lat":{"type":"string","description":"Latitude"},"lon":{"type":"string","description":"Longitude"}}}}]},{"id":"googlemaps","name":"Google Maps","serviceUrl":"https://mpp.t2000.ai/googlemaps","description":"Geocoding, places search, and directions.","chain":"sui","currency":"USDC","categories":["data"],"logo":"/logos/googlemaps.svg","endpoints":[{"method":"POST","path":"/v1/geocode","description":"Address to coordinates (and reverse)","price":"0.02","schema":{"type":"object","properties":{"address":{"type":"string","description":"Address to geocode (or use latlng for reverse)"},"latlng":{"type":"string","description":"Latitude,longitude for reverse geocoding"}}}},{"method":"POST","path":"/v1/places","description":"Text-based places search","price":"0.02","schema":{"type":"object","properties":{"query":{"type":"string","description":"Text search query (e.g. \"restaurants in Sydney\")"}},"required":["query"]}},{"method":"POST","path":"/v1/directions","description":"Route directions between locations","price":"0.02","schema":{"type":"object","properties":{"origin":{"type":"string","description":"Starting point (address or lat,lng)"},"destination":{"type":"string","description":"Ending point (address or lat,lng)"},"mode":{"type":"string","description":"Travel mode (driving, walking, bicycling, transit)"}},"required":["origin","destination"]}}]},{"id":"judge0","name":"Judge0","serviceUrl":"https://mpp.t2000.ai/judge0","description":"Execute code in 70+ programming languages.","chain":"sui","currency":"USDC","categories":["compute"],"logo":"/logos/judge0.svg","endpoints":[{"method":"POST","path":"/v1/submissions","description":"Submit and execute code","price":"0.02","schema":{"type":"object","properties":{"source_code":{"type":"string","description":"Source code to execute"},"language_id":{"type":"number","description":"Language ID (see /v1/languages)"},"stdin":{"type":"string","description":"Standard input"}},"required":["source_code","language_id"]}},{"method":"POST","path":"/v1/languages","description":"List supported languages","price":"0.02","schema":{"type":"object","properties":{}}}]},{"id":"lob","name":"Lob","serviceUrl":"https://mpp.t2000.ai/lob","description":"Send physical mail — postcards, letters, and address verification.","chain":"sui","currency":"USDC","categories":["commerce"],"logo":"/logos/lob.svg","endpoints":[{"method":"POST","path":"/v1/postcards","description":"Send a physical postcard","price":"2.00","schema":{"type":"object","properties":{"to":{"type":"object","properties":{"name":{"type":"string","description":"Recipient name"},"address_line1":{"type":"string","description":"Street address"},"address_city":{"type":"string","description":"City"},"address_state":{"type":"string","description":"State (2-letter)"},"address_zip":{"type":"string","description":"ZIP code"}},"required":["name","address_line1","address_city","address_state","address_zip"]},"front":{"type":"string","description":"Front HTML or template ID"},"back":{"type":"string","description":"Back HTML or template ID"}},"required":["to","front","back"]}},{"method":"POST","path":"/v1/letters","description":"Send a physical letter","price":"3.00","schema":{"type":"object","properties":{"to":{"type":"object","properties":{"name":{"type":"string","description":"Recipient name"},"address_line1":{"type":"string","description":"Street address"},"address_city":{"type":"string","description":"City"},"address_state":{"type":"string","description":"State"},"address_zip":{"type":"string","description":"ZIP"}},"required":["name","address_line1","address_city","address_state","address_zip"]},"from":{"type":"object","properties":{"name":{"type":"string","description":"Sender name"},"address_line1":{"type":"string","description":"Street address"},"address_city":{"type":"string","description":"City"},"address_state":{"type":"string","description":"State"},"address_zip":{"type":"string","description":"ZIP"}},"required":["name","address_line1","address_city","address_state","address_zip"]},"file":{"type":"string","description":"Letter content HTML or template ID"}},"required":["to","from","file"]}},{"method":"POST","path":"/v1/verify","description":"Verify a US address","price":"0.02","schema":{"type":"object","properties":{"primary_line":{"type":"string","description":"Street address"},"city":{"type":"string","description":"City"},"state":{"type":"string","description":"State"},"zip_code":{"type":"string","description":"ZIP code"}},"required":["primary_line"]}}]},{"id":"coingecko","name":"CoinGecko","serviceUrl":"https://mpp.t2000.ai/coingecko","description":"Crypto prices, market data, and trending coins.","chain":"sui","currency":"USDC","categories":["data"],"logo":"/logos/coingecko.svg","endpoints":[{"method":"POST","path":"/v1/price","description":"Get price for coins (by ID, vs currencies)","price":"0.02","schema":{"type":"object","properties":{"ids":{"type":"string","description":"Comma-separated coin IDs (e.g. \"bitcoin,ethereum\")"},"vs_currencies":{"type":"string","description":"Comma-separated currencies (e.g. \"usd,eur\")"}},"required":["ids","vs_currencies"]}},{"method":"POST","path":"/v1/markets","description":"Market data — price, cap, volume, sparkline","price":"0.02","schema":{"type":"object","properties":{"vs_currency":{"type":"string","description":"Target currency (e.g. \"usd\")"},"order":{"type":"string","description":"Sort order (market_cap_desc, volume_desc)"},"per_page":{"type":"string","description":"Results per page (1-250)"}},"required":["vs_currency"]}},{"method":"POST","path":"/v1/trending","description":"Trending coins and searches","price":"0.02","schema":{"type":"object","properties":{}}}]},{"id":"alphavantage","name":"Alpha Vantage","serviceUrl":"https://mpp.t2000.ai/alphavantage","description":"Stock quotes, time series, and symbol search.","chain":"sui","currency":"USDC","categories":["data"],"logo":"/logos/alphavantage.svg","endpoints":[{"method":"POST","path":"/v1/quote","description":"Real-time stock quote (price, change, volume)","price":"0.02","schema":{"type":"object","properties":{"symbol":{"type":"string","description":"Stock ticker symbol (e.g. \"AAPL\")"}},"required":["symbol"]}},{"method":"POST","path":"/v1/daily","description":"Daily time series (OHLCV)","price":"0.02","schema":{"type":"object","properties":{"symbol":{"type":"string","description":"Stock ticker symbol"},"outputsize":{"type":"string","description":"compact (100 days) or full"}},"required":["symbol"]}},{"method":"POST","path":"/v1/search","description":"Search for stock symbols by keyword","price":"0.02","schema":{"type":"object","properties":{"keywords":{"type":"string","description":"Search keywords for symbol lookup"}},"required":["keywords"]}}]},{"id":"newsapi","name":"NewsAPI","serviceUrl":"https://mpp.t2000.ai/newsapi","description":"Breaking news and article search across 150k+ sources.","chain":"sui","currency":"USDC","categories":["data","search"],"logo":"/logos/newsapi.svg","endpoints":[{"method":"POST","path":"/v1/headlines","description":"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.","price":"0.02","schema":{"type":"object","properties":{"country":{"type":"string","description":"2-letter country code (e.g. \"us\")"},"category":{"type":"string","description":"Category (business, technology, science, etc.)"},"q":{"type":"string","description":"Optional keywords to narrow the headlines. Note: combining q with country/category is restrictive and often returns 0 results — for a keyword TOPIC use /v1/search instead."}}}},{"method":"POST","path":"/v1/search","description":"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.","price":"0.02","schema":{"type":"object","properties":{"q":{"type":"string","description":"Search keywords"},"from":{"type":"string","description":"Start date (YYYY-MM-DD)"},"to":{"type":"string","description":"End date (YYYY-MM-DD)"},"language":{"type":"string","description":"2-letter language code"},"sortBy":{"type":"string","description":"Sort (relevancy, popularity, publishedAt)"}},"required":["q"]}}]},{"id":"deepl","name":"DeepL","serviceUrl":"https://mpp.t2000.ai/deepl","description":"AI-powered translation across 30+ languages.","chain":"sui","currency":"USDC","categories":["translation"],"logo":"/logos/deepl.svg","endpoints":[{"method":"POST","path":"/v1/translate","description":"Translate text with context-aware AI","price":"0.02","schema":{"type":"object","properties":{"text":{"type":"array","items":{"type":"string","description":"Text to translate"},"description":"Array of texts"},"target_lang":{"type":"string","description":"Target language code (e.g. \"DE\", \"FR\", \"ES\")"},"source_lang":{"type":"string","description":"Source language code (auto-detected if omitted)"}},"required":["text","target_lang"]}}]},{"id":"exa","name":"Exa","serviceUrl":"https://mpp.t2000.ai/exa","description":"AI-native semantic search — finds content by meaning.","chain":"sui","currency":"USDC","categories":["search","ai"],"logo":"/logos/exa.svg","endpoints":[{"method":"POST","path":"/v1/search","description":"Semantic search with optional content extraction","price":"0.02","schema":{"type":"object","properties":{"query":{"type":"string","description":"Semantic search query"},"numResults":{"type":"number","description":"Number of results (default 10)"},"contents":{"type":"object","properties":{"text":{"type":"boolean","description":"Include extracted text"}}}},"required":["query"]}},{"method":"POST","path":"/v1/contents","description":"Extract clean content from URLs","price":"0.02","schema":{"type":"object","properties":{"ids":{"type":"array","items":{"type":"string","description":"Document ID"},"description":"Array of Exa document IDs"}},"required":["ids"]}}]},{"id":"jina","name":"Jina Reader","serviceUrl":"https://mpp.t2000.ai/jina","description":"Convert any URL to clean LLM-ready markdown.","chain":"sui","currency":"USDC","categories":["web","data"],"logo":"/logos/jina.svg","endpoints":[{"method":"POST","path":"/v1/read","description":"Read a URL and return clean markdown","price":"0.02","schema":{"type":"object","properties":{"url":{"type":"string","description":"URL to process"}},"required":["url"]}}]},{"id":"serper","name":"Serper","serviceUrl":"https://mpp.t2000.ai/serper","description":"Google Search results as structured JSON — fast and cheap.","chain":"sui","currency":"USDC","categories":["search"],"logo":"/logos/serper.svg","endpoints":[{"method":"POST","path":"/v1/search","description":"Google web search with rich snippets","price":"0.02","schema":{"type":"object","properties":{"q":{"type":"string","description":"Google search query"},"gl":{"type":"string","description":"Country code (e.g. \"us\")"},"hl":{"type":"string","description":"Language code"},"num":{"type":"number","description":"Number of results"}},"required":["q"]}},{"method":"POST","path":"/v1/images","description":"Google image search results","price":"0.02","schema":{"type":"object","properties":{"q":{"type":"string","description":"Image search query"},"gl":{"type":"string","description":"Country code"},"num":{"type":"number","description":"Number of results"}},"required":["q"]}}]},{"id":"screenshot","name":"ScreenshotOne","serviceUrl":"https://mpp.t2000.ai/screenshot","description":"Capture any webpage as PNG, JPEG, or PDF.","chain":"sui","currency":"USDC","categories":["web"],"logo":"/logos/screenshot.svg","endpoints":[{"method":"POST","path":"/v1/capture","description":"Screenshot a URL (configurable viewport, format)","price":"0.02","schema":{"type":"object","properties":{"url":{"type":"string","description":"URL to capture"},"viewport_width":{"type":"string","description":"Viewport width in pixels"},"viewport_height":{"type":"string","description":"Viewport height in pixels"},"format":{"type":"string","description":"Output format (png, jpeg, pdf)"}},"required":["url"]}}]},{"id":"pdfshift","name":"PDFShift","serviceUrl":"https://mpp.t2000.ai/pdfshift","description":"Convert HTML or URLs to professional PDF documents.","chain":"sui","currency":"USDC","categories":["web","data"],"logo":"/logos/pdfshift.svg","endpoints":[{"method":"POST","path":"/v1/convert","description":"Convert HTML source or URL to PDF","price":"0.02","schema":{"type":"object","properties":{"source":{"type":"string","description":"HTML string or URL to convert to PDF"},"landscape":{"type":"boolean","description":"Landscape orientation"},"margin":{"type":"string","description":"Page margin (e.g. \"20px\")"}},"required":["source"]}}]},{"id":"qrcode","name":"QR Code","serviceUrl":"https://mpp.t2000.ai/qrcode","description":"Generate QR codes for any URL or text.","chain":"sui","currency":"USDC","categories":["data"],"logo":"/logos/qrcode.svg","endpoints":[{"method":"POST","path":"/v1/generate","description":"Generate a QR code image (PNG, SVG)","price":"0.02","schema":{"type":"object","properties":{"data":{"type":"string","description":"Content to encode in QR code"},"size":{"type":"string","description":"Image size (e.g. \"300x300\")"},"format":{"type":"string","description":"Output format (png, svg)"}},"required":["data"]}}]},{"id":"replicate","name":"Replicate","serviceUrl":"https://mpp.t2000.ai/replicate","description":"Run any open-source ML model — Llama, SDXL, Whisper, and thousands more.","chain":"sui","currency":"USDC","categories":["ai","media"],"logo":"/logos/replicate.svg","endpoints":[{"method":"POST","path":"/v1/predictions","description":"Run a model (sync — waits for result)","price":"0.04","schema":{"type":"object","properties":{"version":{"type":"string","description":"Model version hash"},"input":{"type":"object","properties":{}}},"required":["version","input"]}},{"method":"POST","path":"/v1/predictions/status","description":"Check prediction status by ID","price":"0.02","schema":{"type":"object","properties":{"id":{"type":"string","description":"Prediction ID"}},"required":["id"]}}]},{"id":"stability","name":"Stability AI","serviceUrl":"https://mpp.t2000.ai/stability","description":"Image generation and editing — Stable Diffusion 3, search-and-replace.","chain":"sui","currency":"USDC","categories":["ai","media"],"logo":"/logos/stability.svg","endpoints":[{"method":"POST","path":"/v1/generate","description":"Generate an image from text (SD3)","price":"0.06","schema":{"type":"object","properties":{"prompt":{"type":"string","description":"Text description of the image"},"negative_prompt":{"type":"string","description":"What to exclude from the image"},"output_format":{"type":"string","description":"Output format (png, jpeg, webp)"},"aspect_ratio":{"type":"string","description":"Aspect ratio (1:1, 16:9, etc.)"}},"required":["prompt"]}},{"method":"POST","path":"/v1/edit","description":"Search-and-replace edit on an image","price":"0.06","schema":{"type":"object","properties":{"image":{"type":"string","description":"Base64 image to edit"},"prompt":{"type":"string","description":"What to replace the search target with"},"search_prompt":{"type":"string","description":"What to find in the image"}},"required":["image","prompt","search_prompt"]}}]},{"id":"assemblyai","name":"AssemblyAI","serviceUrl":"https://mpp.t2000.ai/assemblyai","description":"Advanced transcription — speaker labels, summaries, chapters.","chain":"sui","currency":"USDC","categories":["ai","media"],"logo":"/logos/assemblyai.svg","endpoints":[{"method":"POST","path":"/v1/transcribe","description":"Submit audio URL for transcription","price":"0.04","schema":{"type":"object","properties":{"audio_url":{"type":"string","description":"URL of the audio file"},"speaker_labels":{"type":"boolean","description":"Enable speaker diarization"},"auto_chapters":{"type":"boolean","description":"Auto-generate chapters"}},"required":["audio_url"]}},{"method":"POST","path":"/v1/result","description":"Get transcription result by ID","price":"0.02","schema":{"type":"object","properties":{"id":{"type":"string","description":"Transcription ID"}},"required":["id"]}}]},{"id":"hunter","name":"Hunter.io","serviceUrl":"https://mpp.t2000.ai/hunter","description":"Find professional email addresses by domain or verify deliverability.","chain":"sui","currency":"USDC","categories":["data"],"logo":"/logos/hunter.svg","endpoints":[{"method":"POST","path":"/v1/search","description":"Find emails by domain name","price":"0.04","schema":{"type":"object","properties":{"domain":{"type":"string","description":"Domain to search (e.g. \"stripe.com\")"}},"required":["domain"]}},{"method":"POST","path":"/v1/verify","description":"Verify an email address","price":"0.04","schema":{"type":"object","properties":{"email":{"type":"string","description":"Email address to verify"}},"required":["email"]}}]},{"id":"ipinfo","name":"IPinfo","serviceUrl":"https://mpp.t2000.ai/ipinfo","description":"IP geolocation, ASN, company, and VPN detection.","chain":"sui","currency":"USDC","categories":["data"],"logo":"/logos/ipinfo.svg","endpoints":[{"method":"POST","path":"/v1/lookup","description":"Look up IP address details (geo, ASN, company)","price":"0.02","schema":{"type":"object","properties":{"ip":{"type":"string","description":"IP address to look up (omit for your own IP)"}}}}]},{"id":"translate","name":"Google Translate","serviceUrl":"https://mpp.t2000.ai/translate","description":"Translation and language detection — 130+ languages.","chain":"sui","currency":"USDC","categories":["translation"],"logo":"/logos/translate.svg","endpoints":[{"method":"POST","path":"/v1/translate","description":"Translate text between languages","price":"0.02","schema":{"type":"object","properties":{"q":{"type":"string","description":"Text to translate"},"target":{"type":"string","description":"Target language code (e.g. \"es\", \"fr\")"},"source":{"type":"string","description":"Source language code (auto-detected if omitted)"}},"required":["q","target"]}},{"method":"POST","path":"/v1/detect","description":"Detect the language of text","price":"0.02","schema":{"type":"object","properties":{"q":{"type":"string","description":"Text to detect language of"}},"required":["q"]}}]},{"id":"serpapi","name":"SerpAPI","serviceUrl":"https://mpp.t2000.ai/serpapi","description":"Google, Bing, YouTube search results with structured data.","chain":"sui","currency":"USDC","categories":["search"],"logo":"/logos/serpapi.svg","endpoints":[{"method":"POST","path":"/v1/search","description":"Google search with rich structured results","price":"0.02","schema":{"type":"object","properties":{"q":{"type":"string","description":"Google search query"},"location":{"type":"string","description":"Location for geo-targeted results"},"gl":{"type":"string","description":"Country code"},"hl":{"type":"string","description":"Language code"}},"required":["q"]}},{"method":"POST","path":"/v1/flights","description":"Google Flights search — routes, prices, airlines","price":"0.02","schema":{"type":"object","properties":{"departure_id":{"type":"string","description":"Departure airport IATA code (e.g. \"LAX\")"},"arrival_id":{"type":"string","description":"Arrival airport IATA code (e.g. \"NRT\")"},"outbound_date":{"type":"string","description":"Departure date (YYYY-MM-DD)"},"return_date":{"type":"string","description":"Return date (YYYY-MM-DD)"}},"required":["departure_id","arrival_id","outbound_date"]}},{"method":"POST","path":"/v1/locations","description":"Search locations for geo-targeted queries","price":"0.02","schema":{"type":"object","properties":{"q":{"type":"string","description":"Location search query"}},"required":["q"]}}]},{"id":"pushover","name":"Pushover","serviceUrl":"https://mpp.t2000.ai/pushover","description":"Instant push notifications to iOS, Android, and desktop.","chain":"sui","currency":"USDC","categories":["messaging"],"logo":"/logos/pushover.svg","endpoints":[{"method":"POST","path":"/v1/push","description":"Send a push notification","price":"0.02","schema":{"type":"object","properties":{"user":{"type":"string","description":"Pushover user key"},"message":{"type":"string","description":"Notification message"},"title":{"type":"string","description":"Notification title"},"url":{"type":"string","description":"Supplementary URL"},"priority":{"type":"number","description":"Priority (-2 to 2)"}},"required":["user","message"]}}]},{"id":"mistral","name":"Mistral","serviceUrl":"https://mpp.t2000.ai/mistral","description":"European AI models — Mistral Large, Codestral, Mixtral.","chain":"sui","currency":"USDC","categories":["ai"],"logo":"/logos/mistral.svg","endpoints":[{"method":"POST","path":"/v1/chat/completions","description":"Chat completions (Mistral Large, Codestral, Mixtral)","price":"0.02","schema":{"type":"object","properties":{"model":{"type":"string","description":"Model name (e.g. gpt-4o, llama-3.3-70b)"},"messages":{"type":"array","items":{"type":"object","properties":{"role":{"type":"string","description":"Message role","enum":["system","user","assistant"]},"content":{"type":"string","description":"Message content"}},"required":["role","content"]},"description":"Conversation messages"},"temperature":{"type":"number","description":"Sampling temperature (0-2)"},"max_tokens":{"type":"number","description":"Maximum tokens to generate"},"stream":{"type":"boolean","description":"Stream response tokens"}},"required":["messages"]}},{"method":"POST","path":"/v1/embeddings","description":"Generate text embeddings","price":"0.02","schema":{"type":"object","properties":{"model":{"type":"string","description":"Embedding model name"},"input":{"type":"string","description":"Text to embed (or array of strings)"}},"required":["input"]}}]},{"id":"cohere","name":"Cohere","serviceUrl":"https://mpp.t2000.ai/cohere","description":"Embeddings, reranking, and RAG-optimized models.","chain":"sui","currency":"USDC","categories":["ai"],"logo":"/logos/cohere.svg","endpoints":[{"method":"POST","path":"/v1/chat","description":"Chat with Command models","price":"0.02","schema":{"type":"object","properties":{"model":{"type":"string","description":"Model (command-r-plus, command-r)"},"messages":{"type":"array","items":{"type":"object","properties":{"role":{"type":"string","description":"Role (user, assistant, system)"},"content":{"type":"string","description":"Message content"}},"required":["role","content"]},"description":"Conversation messages"}},"required":["messages"]}},{"method":"POST","path":"/v1/embed","description":"Generate text embeddings","price":"0.02","schema":{"type":"object","properties":{"texts":{"type":"array","items":{"type":"string","description":"Text to embed"},"description":"Array of texts"},"model":{"type":"string","description":"Model (embed-v4.0, embed-multilingual-v3.0)"},"input_type":{"type":"string","description":"Input type (search_document, search_query)"}},"required":["texts","input_type"]}},{"method":"POST","path":"/v1/rerank","description":"Rerank search results by relevance","price":"0.02","schema":{"type":"object","properties":{"query":{"type":"string","description":"Search query to rerank against"},"documents":{"type":"array","items":{"type":"string","description":"Document text"},"description":"Documents to rerank"},"model":{"type":"string","description":"Model (rerank-v3.5)"},"top_n":{"type":"number","description":"Number of top results to return"}},"required":["query","documents"]}}]},{"id":"virustotal","name":"VirusTotal","serviceUrl":"https://mpp.t2000.ai/virustotal","description":"URL and file security scanning — 70+ antivirus engines.","chain":"sui","currency":"USDC","categories":["security"],"logo":"/logos/virustotal.svg","endpoints":[{"method":"POST","path":"/v1/scan","description":"Scan a URL or file hash for threats","price":"0.02","schema":{"type":"object","properties":{"url":{"type":"string","description":"URL to scan for threats"},"hash":{"type":"string","description":"File hash (SHA-256/MD5) to look up"}}}}]},{"id":"exchangerate","name":"ExchangeRate","serviceUrl":"https://mpp.t2000.ai/exchangerate","description":"Live forex rates for 160+ currencies.","chain":"sui","currency":"USDC","categories":["finance"],"logo":"/logos/exchangerate.svg","endpoints":[{"method":"POST","path":"/v1/rates","description":"Get exchange rates for a base currency","price":"0.02","schema":{"type":"object","properties":{"base":{"type":"string","description":"Base currency code (e.g. \"USD\")"}},"required":["base"]}},{"method":"POST","path":"/v1/convert","description":"Convert an amount between two currencies","price":"0.02","schema":{"type":"object","properties":{"from":{"type":"string","description":"Source currency code"},"to":{"type":"string","description":"Target currency code"},"amount":{"type":"number","description":"Amount to convert"}},"required":["from","to","amount"]}}]},{"id":"shortio","name":"Short.io","serviceUrl":"https://mpp.t2000.ai/shortio","description":"URL shortening with click analytics.","chain":"sui","currency":"USDC","categories":["utility"],"logo":"/logos/shortio.svg","endpoints":[{"method":"POST","path":"/v1/shorten","description":"Shorten a URL","price":"0.02","schema":{"type":"object","properties":{"url":{"type":"string","description":"URL to process"}},"required":["url"]}}]},{"id":"tinify","name":"TinyPNG","serviceUrl":"https://mpp.t2000.ai/tinify","description":"Smart image compression and resizing — PNG, JPEG, WebP.","chain":"sui","currency":"USDC","categories":["utility"],"logo":"/logos/tinify.svg","endpoints":[{"method":"POST","path":"/v1/compress","description":"Compress an image from a URL (lossy, transparent-aware)","price":"0.02","schema":{"type":"object","properties":{"url":{"type":"string","description":"URL of the image to compress (PNG, JPEG, or WebP)"}},"required":["url"]}},{"method":"POST","path":"/v1/resize","description":"Compress and resize an image from a URL","price":"0.02","schema":{"type":"object","properties":{"url":{"type":"string","description":"URL of the image to compress and resize"},"method":{"type":"string","description":"Resize method","enum":["scale","fit","cover","thumb"]},"width":{"type":"number","description":"Target width in pixels"},"height":{"type":"number","description":"Target height in pixels"}},"required":["url"]}}]}]