Developers · private beta

Build with Astrodyne in minutes.

One OpenAI-compatible base URL, one API key, and request-level usage you can inspect.

First request in under five minutes

1

Create an account

Sign up to reach the Astrodyne console.

2

Create an API key

Create a key on the API Keys page. The secret is shown once.

3

Choose a model

Pick a model ID from Models or GET /v1/models.

4

Send a request

Use the snippet below with your key and model.

5

Inspect usage

Every request appears in Records with tokens and cost.

Connection

Base URL
https://api.astrodyne.ai/v1
Authorization
Authorization: Bearer <key>
Environment variable
ASTRODYNE_API_KEY
Endpoints
POST /v1/chat/completions · GET /v1/models

Example

curl https://api.astrodyne.ai/v1/chat/completions \
  -H "Authorization: Bearer $ASTRODYNE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
       "model": "gpt-4o-mini",
       "messages": [{"role": "user", "content": "Hello"}]
     }'

Compatible interfaces

OpenAI-compatible

Native support for chat completions and model listing.

Anthropic / BYOK

Route through your own provider keys with the Smart Router.

Gemini / BYOK

Bring a Gemini provider key and route through Astrodyne.

Operate with confidence

Request IDs

X-Astrodyne-Request-Id on every response.

Errors

Structured, stable errors. Error responses.

Usage

Tokens, status, and settled charge per request.

Start building with Astrodyne.