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
4
Send a request
Use the snippet below with your key and model.
Connection
Base URL
https://api.astrodyne.ai/v1Authorization
Authorization: Bearer <key>Environment variable
ASTRODYNE_API_KEYEndpoints
POST /v1/chat/completions · GET /v1/modelsExample
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.