Start with the job to be done.
Define context length, output shape, tool use, latency tolerance, and acceptance criteria before selecting a route.
Evaluate Chinese AI model routes through one OpenAI-compatible API, one USD billing surface, and a dated request-level ledger.
Keep the model ID, status, usage fields, and effective group beside the test result.
One request before production trafficDefine context length, output shape, tool use, latency tolerance, and acceptance criteria before selecting a route.
A small hello-world call checks credentials. A representative payload checks whether the model and route fit your application.
Record the tested model ID with the result so a later route change cannot silently alter your acceptance evidence.
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.
Use the same representative payload and acceptance checks for each route. Compare quality, context fit, latency, failure behavior, and dated cost.
For supported chat requests, set the AIWave base URL and key, then choose an AIWave model ID.
No. Catalog visibility is not a guarantee that every request will complete. Keep retry limits and fallback decisions in your application.