Loading...
Loading...
Go from zero to your first AI API call in under a minute.
Create a free account at aisays.ai. No credit card required — you get $1 free credits to start.
Go to your dashboard and generate an API key. One key works with all 10 models.
sk-••••••••••••••••Copy one of the examples below and replace YOUR_API_KEY with your key.
| PARAM | VALUE |
|---|---|
| base_url (OpenAI) | https://api.aisays.ai/v1 |
| base_url (Anthropic) | https://api.aisays.ai/anthropic/v1 |
| api_key | sk-or-v1-... |
| model | deepseek/deepseek-v4-pro |
curl https://api.aisays.ai/v1/chat/completions \
-H "Authorization: Bearer $AISAYS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "deepseek/deepseek-v4-pro",
"messages": [{"role": "user", "content": "Hello!"}]
}'Visit your dashboard to see requests, token usage, and costs in real-time.