Try our API service instantly - no account needed
Use it exactly like the OpenAI API. Just replace the base URL and API key:
curl https://lwachilles.online/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer sk-d83fe91a9e1512e0fee9ed7ffb3d103fbe8fb0895c263da70916025b58bd1a48" \
-d '{
"model": "gpt-4o",
"messages": [{"role": "user", "content": "Hello!"}]
}'
Note: This is a shared trial key with limited quota. Once the balance is exhausted, the key will stop working. For unlimited access, please register an account and purchase a plan.
Ready for full access? Register an account on our platform for higher limits, more models, and dedicated API keys.
Contact us: support@lwachilles.online
← Back to Home