nowfound

AI · September 1, 2026

RelayModels

Original AI models at a fraction of official API prices

What it does

RelayModels is one OpenAI-compatible endpoint for 39 top models -GPT, Claude, Gemini, Grok, DeepSeek - at a fraction of official API prices. Instead of a single upstream, we aggregate a large network of providers and continuously validate every route: we fingerprint responses, benchmark quality and latency, and drop any provider that doesn't serve the genuine model. Traffic is auto-routed to the best healthy one, with instant failover. Pay per token, no subscription.

Единый OpenAI-совместимый шлюз к 39 моделям, оплата по факту токенов, авто-резерв провайдеров.

OpenAI-совместимый шлюз к GPT, Claude, Gemini и другим моделям. Оплата в рублях по факту токенов, без подписок и минималок. Лучшая модель сегодня — не лучшая через месяц. С RelayModels вы получаете единый ключ ко всем провайдерам: меняйте модель строкой в запросе, а мы держим резервные каналы, лимиты и биллинг. Подключите чат-ассистента, генерацию текста и разбор документов одним ключом — без отдельных договоров с каждым вендором. from openai import OpenAI client = OpenAI( base_url="https://api.relaymodels.com/v1", api_key=RELAY_KEY, ) resp = client.chat.completions.create( model="gpt-5-mini", messages=[{"role": "user", "content": prompt}], ) Один баланс на весь каталог моделей 39 моделей…from relaymodels.com

Does the same job

all alternatives →
  • Aymo AIJul 2026 · ▲170

    All-in-one AI Platform for Teams

  • Token HarborAug 2026 · ▲85

    The easiest way to access frontier AI models.

  • MakeHub.ai2025 · ▲118

    LLM Provider arbitrage to get the best performance for the $

  • Lemonfox.ai2023 · ▲157

    The fast, easy and cheap OpenAI alternative

  • ApiHub: One API for Leading AI Models26d ago · ▲2

    One API for leading AI models and video generation

  • AI Chat2025 · ▲63

    Husky, ChatGPT, Gemini, Claude, Grok & more - all in one app

More ai this month

the category →
  • I trained a 125M-parameter transformer to autocomplete piano performances in real time (~108 notes/sec on an iPhone 15). The idea is basically GitHub Copilot or Tabnine, except instead of prompting it with code, you prompt it by playing a few notes on a MIDI piano. The model then continues what you played, entirely on-device. The app is free if anyone wants to try it. Happy to answer questions about the model, training, Core ML, or the many things that didn't work.

    AI · 16d ago · simedw.com

  • Astute585

    Automate your B2B brand going viral, with new media creators

    AI · 18d ago · company-app.joinastute.com

  • Grok Bot547

    AI teammates that you can give real work to

    AI · 25d ago · x.ai

  • Hey HN, Henry from Cactus here! We previously released Cactus Needle, a 14MB agentic LLM for tool call, device use, and structured extraction for phones, wearables, smart homes, small robots and microcontrollers. We got really great feedback here, and have now incorporated the suggestions to release Needle 2. The whole model is a single 14MB binary that runs a full session in 28MB of RAM; 45m parameters at 2bit compression. Needle hits 500 tokens/sec decode speed on a Raspberry Pi 5, sits between 400-1,500 tokens/sec on VR devices like Meta Quest 3S and Apple Vision Pro, and ranges…

    AI · 26d ago · cactuscompute.com

  • Make your software self-driving

    AI · 30d ago · coldtea.ai

  • Soloop472

    Approval-first Agent OS for solo founders

    AI · 30d ago · soloop.io

Launched alongside, September 2026

the whole month →
  • OpenTrailPaper is open-source bike computer firmware for the LilyGO T5S3 4.7" E-Paper PRO. It supports offline maps, GPX routes, FIT recording and Bluetooth sensors.

    Dev tools · 1d ago · opentrailpaper.com

  • Run Qwen3.8-Flash-Next (125B MoE, 104 GB at 4-bit) on Macs with a fraction of that RAM by streaming experts from SSD. MLX + Swift, Ollama-compatible API. - carloslfu/slotstream

    Dev tools · 4d ago · github.com

  • NPC-Forge is a framework for building conversational agents that run on the CPU without relying on machine learning or LLMs. - NPC-Forge/docs/development.md at main · gioblu/NPC-Forge

    AI · 2d ago · github.com

  • Weedout is a Safari extension that filters out videos YouTube labels as “Made with AI”.

    AI · 4d ago · masteranza.github.io

  • Find your next hire or your next role from Hacker News monthly threads. AI-powered matching between candidates and job postings.

    AI · 4d ago · hnmatchmaker.com

  • I made OwnTime to balance between competing priorities in my life. The idea is based on two main influences: the concept of "roles" from "The 5 Choices" (2015), and my repeated failure to effectively implement time blocking due to the necessary flexibility in my role. The app allows you to define time budgets, which are not much more than a few mutually exclusive countdown timers. The UX is essentially that of a chess clock for an arbitrary number of players with configurable time. The whole point of the app is to kick you out of the running role/priority when its time is up. One…

    Life & fun · 4d ago · owntime.app