Vendor Catalog
OpenAI Compatible
Generic connector for any endpoint that speaks the OpenAI /v1 API
Vendor ID: openai-compatible | Maturity: stable | Categories: AI
OpenAI Compatible connects any endpoint that implements the OpenAI /v1 API,
including vLLM, Ollama, LM Studio, LocalAI, Groq, Together, and similar servers.
Use it when the endpoint is not represented by a named built-in vendor.
Auth
| Credential | Notes |
|---|---|
apiKey | Optional bearer token for endpoints that require authentication. |
none | Keyless local or private endpoints. |
Configuration
| Field | Notes |
|---|---|
baseUrl | Endpoint root. The /v1 suffix is appended automatically if omitted. |
Product
OpenAI Compatible
ID: openai-compatible:openai-compatible-ai - exposes chat, embeddings, speech,
image generation, and model discovery for the configured endpoint.
Capabilities
| Capability | OpenAI-compatible path |
|---|---|
| LLM | POST /chat/completions via openai-chat-v1 |
| Embedding | POST /embeddings |
| STT | POST /audio/transcriptions and POST /audio/translations |
| TTS | POST /audio/speech |
| Image | POST /images/generations |
| Discovery | GET /models |
See the OpenAI Compatible integration guide for setup and troubleshooting.