Learn how to configure Sixth with various AI model providers that offer OpenAI-compatible APIs.
Sixth supports a wide range of AI model providers that offer APIs compatible with the OpenAI API standard. This allows you to use models from providers other than OpenAI, while still utilizing a familiar API interface. This includes providers such as:
Local models running through tools like Ollama and LM Studio (which are covered in their respective sections).
Cloud providers like Perplexity, Together AI, Anyscale, and many others.
Any other provider that offers an OpenAI-compatible API endpoint.
This document focuses on setting up providers other than the official OpenAI API (which has its own dedicated configuration page).
While the “OpenAI Compatible” provider type allows connecting to various endpoints, if you are connecting directly to the official OpenAI API (or an endpoint that mirrors it exactly), Sixth recognizes the following model IDs based on the openAiNativeModels definition in its source code:
o3-mini
o3-mini-high
o3-mini-low
o1
o1-preview
o1-mini
gpt-4.5-preview
gpt-4o
gpt-4o-mini
Note: If you are using a different OpenAI-compatible provider (such as Together AI, Anyscale, etc.), the available model IDs will differ. Always refer to your specific provider’s documentation for their supported model names and any unique configuration details.
For developers working with v0, their AI SDK documentation provides valuable insights and examples for integrating various models, many of which are OpenAI-compatible. This can be a helpful resource for understanding how to structure calls and manage configurations when using Sixth with services deployed on or integrated with Vercel.
v0 can be used in Sixth with the OpenAI Compatible provider.
“Invalid API Key”: Double-check that you’ve entered the API key correctly and that it’s for the correct provider.
“Model Not Found”: Ensure you’re using a valid model ID for your chosen provider and that it’s available at the specified Base URL.
Connection Errors: Verify the Base URL is correct, that your provider’s API is accessible from your machine, and that there are no firewall or network issues.
Unexpected Results: If you’re getting unexpected outputs, try a different model or double-check all configuration parameters.
By using an OpenAI-compatible provider, you can leverage the flexibility of Sixth with a wider array of AI models. Remember to always consult your provider’s documentation for the most accurate and up-to-date information.