Chat Completions
moeChat supports any OpenAI-compatible LLM API, for example:
- baseURL: https://api.openai.com/v1/
- apiKey: required
- model: see https://platform.openai.com/docs/models
- baseURL: https://generativelanguage.googleapis.com/v1beta/openai/
- apiKey: required
- model: see https://ai.google.dev/gemini-api/docs/models
- baseURL: http://localhost:11434/v1/
- apiKey: optional
- model: see https://ollama.com/search
- baseURL: http://localhost:1234/v1/
- apiKey: optional
- model: see https://lmstudio.ai/models
You can also head over to xsAI's providers-local and providers-cloud for more provider information.