RouteMarket Docs
Quickstart

Quickstart

Make your first RouteMarket request in a few minutes.

This page assumes one goal: make a working request as fast as possible.

Prerequisites

You need:

  • a RouteMarket API key
  • the gateway URL https://api.routemarket.ai
  • a logical model name such as gpt-5.4

Steps

  1. Set your API key
  2. Make your first request
  3. Use an OpenAI-compatible SDK
  4. Add routing control when you need it
  5. Know what model means

Local docs preview

corepack pnpm --filter @route-lab/docs dev

The docs app starts on port 3004.

Next step