Providers
Verified for v0.4.4 on
NVIDIA NIM
Sythoria uses NVIDIA's OpenAI-compatible chat-completions endpoint for the NVIDIA NIM preset. Hosted requests are processed by NVIDIA under the account, model license, and service terms you accept.
Hosted API setup#
- Sign in at build.nvidia.com.
- Choose a model, accept any required license terms, and create an API key.
- In Sythoria, open Settings, add a model, and select NVIDIA NIM.
- Confirm the preset and paste the key.
- Save and run the connection check.
| Setting | Desktop v0.4.4 value |
|---|---|
| API base | https://integrate.api.nvidia.com/v1/chat/completions |
| Default model | meta/llama-3.3-70b-instruct |
| API format | OpenAI-compatible chat completions |
Use the exact ID shown in NVIDIA's current catalog. Model availability and identifiers change independently of Sythoria. See the NVIDIA API catalog for current details.
Self-managed NIM#
For a NIM container you operate, create a Custom model and enter its complete chat-completions URL and model ID.
Loopback is appropriate for a service on the same machine. For another host:
- keep the endpoint on a private network;
- require authentication even if the container defaults to none;
- terminate TLS with a certificate trusted by the client;
- restrict source addresses and ports with a firewall;
- enable Sythoria local-network access only when the private address is intentional; and
- do not expose an unauthenticated inference port to the public internet.
Troubleshooting#
| Status | Check |
|---|---|
| 401 | Key validity and accidental whitespace |
| 403 | Model license acceptance and account access |
| 404 | Exact model identifier from the current catalog |
| 429 | Account rate/concurrency limits |
| 503/504 | Endpoint health, model startup, and request size |
Do not publish the key, request body, private endpoint, or response in a support log.