Aselole API

OpenAI-compatible endpoint. Request an API key from the operator to use it.

Endpoint

https://aselole.my.id

How to use

curl https://aselole.my.id/v1/chat/completions \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "deepseekv4-flash",
    "messages": [{"role": "user", "content": "Hello"}]
  }'

Available models