New Now onboarding NVIDIA GB300 NVL72 clusters

Docs

Launch your first GPU instance

Three steps to your first request. Full API reference and guides are on the way - this page covers the essentials.

  1. Install the CLI

    $ curl -fsSL https://get.meridian.finimble.com | sh
  2. Set your API key

    Grab a key from your account and export it:

    $ export MERIDIAN_API_KEY="mk_live_..."
  3. Launch an instance or call the API

    Start a GPU instance, or hit the inference endpoint directly:

    $ meridian instances create --gpu hgx-h100 --image cuda-12.4
    
    $ curl https://api.meridian.finimble.com/v1/chat/completions \
      -H "Authorization: Bearer $MERIDIAN_API_KEY" \
      -d '{"model": "llama-3.1-70b", "messages": [{"role": "user", "content": "Hello"}]}'

Guides

Go deeper

Questions the docs don't answer yet?

Our full documentation is in progress. In the meantime, the team is happy to help directly.