addbrains.

Points toprompt.The shortest route.

Fund API credits, create one key, and send a text prompt.

1
API key
1
endpoint
39
text models
TEXT
launch capability

Three steps to your first prompt.

01

Add API credits.

Choose credits and use eligible points when the option is available at checkout.

02

Create one key.

Keep your API key on your server.

03

Send a prompt.

Call the text endpoint with an available model.

One endpoint. Text prompts.

curl https://api.addbrains.com/v1/inference \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "MODEL_ALIAS",
    "input": "Write a one-line welcome message."
  }'

The first release supports text requests across 39 available models. Model availability and rates can change.

Keep your key private.

Store the API key in a server-side secret manager. Do not place it in browser code or public files.

Prompt and output content is not retained by default after fulfilment. See the Privacy Notice for details.

Launch access is closed.

Websitelive

Product information and policies are available.

Signupclosed

New accounts are not yet available.

Checkoutclosed

No payment can be made.

Public APIclosed

No public provider request can be sent.

Credits in. Prompts out.

One API key is all you need when access opens.

Get API access