Use this guide to compare two or more Tokios deployments. Keep the test simple at first: same prompt, same client, same hardware, same backend settings. Change only the deployment name in the model field.
Prerequisites
Test a basic request
Start with a small non-streaming request. Replace the key and model with your own values.
This confirms authentication, deployment routing, connector connectivity, and backend response handling.
Test streaming
Then test streaming behavior. This is closer to how many coding agents and chat tools feel in practice.
If streaming stalls, check the local backend directly, then check the connector logs and client base URL.
Compare two deployments
Use the same request body and change only model.
Record the result in a small table:
Test with your actual client
After curl works, test through the client you plan to use.
Interpret the results
Do not optimize for a single number. A deployment that streams quickly but fails coding tasks may be worse than a slower model that follows instructions reliably.
Keep your best deployment name stable. If you later move it to a faster backend or different machine, clients can keep using the same model value.