Account credential
A bearer API key associated with your SilixarCloudInc account and usage balance.
Access the SilixarCloudInc model catalog through one account and a familiar API workflow. Account setup and credential onboarding are coordinated with our team by email.
Authenticate with a bearer key and select a model through its published identifier. The same request pattern supports common text and multimodal workflows.
curl $SILIXARCLOUDINC_API_BASE_URL/v1/chat/completions \
-H "Authorization: Bearer $SILIXARCLOUDINC_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "provider/model-id",
"messages": [{"role": "user", "content": "Hello"}]
}'A bearer API key associated with your SilixarCloudInc account and usage balance.
Published identifiers, workload categories, capabilities, and model-level pricing.
Measured consumption deducted from your funded balance according to each model rate.
We will reply by email with account, token purchase, and API access details.