API keys
A key acts as the account it was created for. Keys call Prabloe from your own code, and a secret key is shown once, at creation.
Your plan
Evaluation accessKeys are unmetered while the public API is in evaluation. Nothing here is metered or charged yet.
Quickstart
curl https://www.prabloe.com/api/v1/chat \
-H "Authorization: Bearer $PRABLOE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "feyn-o1",
"messages": [
{ "role": "user", "content": "Explain gradient descent in two sentences." }
]
}'