diff --git a/docs/customize/model-providers/top-level/openai.mdx b/docs/customize/model-providers/top-level/openai.mdx index 4d7326b479e..c9f56363f14 100644 --- a/docs/customize/model-providers/top-level/openai.mdx +++ b/docs/customize/model-providers/top-level/openai.mdx @@ -61,6 +61,7 @@ OpenAI API compatible providers include - [vLLM](https://docs.vllm.ai/en/latest/serving/openai_compatible_server.html) - [BerriAI/litellm](https://github.com/BerriAI/litellm) - [Tetrate Agent Router Service](https://router.tetrate.ai) +- [Tuning Engines](https://tuningengines.com) If you are using an OpenAI API compatible providers, you can change the `apiBase` like this: @@ -96,6 +97,22 @@ If you are using an OpenAI API compatible providers, you can change the `apiBase +For Tuning Engines, use the hosted OpenAI-compatible endpoint and an inference +key from your workspace: + +```yaml title="config.yaml" +name: My Config +version: 0.0.1 +schema: v1 + +models: + - name: Tuning Engines + provider: openai + model: + apiBase: https://api.tuningengines.com/v1 + apiKey: +``` + ### How to Force Legacy Completions Endpoint Usage To force usage of `completions` instead of `chat/completions` endpoint you can set: