Change one connection surface.
Point the supported client at AIWave, load the key from an environment variable, and keep the original client contract visible.
Keep an OpenAI-compatible client while you test Chinese AI model routes with USD billing, dated rates, and request-level charge evidence.
Keep the model ID, status, usage fields, and effective group beside the test result.
One request before production trafficPoint the supported client at AIWave, load the key from an environment variable, and keep the original client contract visible.
Choose an explicit model ID and save it with the test result instead of relying on an unnamed default.
Exercise 401, 402, 429, timeout, and context overflow handling before increasing traffic.
curl https://aiwave.live/v1/chat/completions \
-H "Authorization: Bearer $AIWAVE_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"deepseek-v4-pro","messages":[{"role":"user","content":"Reply with one sentence."}]}'The answers keep account, route, and billing boundaries explicit.
For supported chat requests, change the base URL, API key, and model ID. Review any provider-specific request fields separately.
No. Start with one representative workload, compare the completed result and ledger, then expand only after the acceptance checks pass.
Capture the dated input, cache-hit input, and output rates with the effective account group and completed request record.