docs(providers): add Related sections to remaining provider pages

This commit is contained in:
Vincent Koc
2026-04-23 20:12:50 -07:00
parent f051204bea
commit ed7033bc0a
4 changed files with 23 additions and 0 deletions

View File

@@ -107,3 +107,8 @@ Voice Call receives Twilio media as 8 kHz G.711 u-law. The ElevenLabs realtime
provider defaults to `ulaw_8000`, so telephony frames can be forwarded without
transcoding.
</Note>
## Related
- [Text-to-speech](/tools/tts)
- [Model selection](/concepts/model-providers)

View File

@@ -171,3 +171,9 @@ If setup reports HTTP 401, verify your API key:
### Just-in-time model loading
LM Studio supports just-in-time (JIT) model loading, where models are loaded on first request. Make sure you have this enabled to avoid 'Model not loaded' errors.
## Related
- [Model selection](/concepts/model-providers)
- [Ollama](/providers/ollama)
- [Local models](/gateway/local-models)

View File

@@ -58,3 +58,9 @@ model as `provider/model`.
For the full provider catalog (xAI, Groq, Mistral, etc.) and advanced configuration,
see [Model providers](/concepts/model-providers).
## Related
- [Model selection](/concepts/model-providers)
- [Model failover](/concepts/model-failover)
- [Models CLI](/cli/models)

View File

@@ -9,3 +9,9 @@ read_when:
This page moved to [Qwen](/providers/qwen). See [Qwen](/providers/qwen) for
the canonical provider setup, endpoint details, compatibility aliases, and Wan
video-generation notes.
## Related
- [Alibaba Model Studio](/providers/alibaba)
- [Qwen](/providers/qwen)
- [Model selection](/concepts/model-providers)