Scrydon
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

CredentialNotes
apiKeyOptional bearer token for endpoints that require authentication.
noneKeyless local or private endpoints.

Configuration

FieldNotes
baseUrlEndpoint 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

CapabilityOpenAI-compatible path
LLMPOST /chat/completions via openai-chat-v1
EmbeddingPOST /embeddings
STTPOST /audio/transcriptions and POST /audio/translations
TTSPOST /audio/speech
ImagePOST /images/generations
DiscoveryGET /models

See the OpenAI Compatible integration guide for setup and troubleshooting.

On this page

On this page