All AI providers

OpenAI-compatible API

Soon

One standard to connect models: OpenRouter, vLLM, local and enterprise deployments.

Overview

The OpenAI-compatible API is the de-facto standard interface for language models: the same request format is supported by aggregators like OpenRouter, servers like vLLM and Ollama, and most cloud providers. Supporting the standard will open Seyka to virtually any model — cloud-hosted or running on your own infrastructure.

Access

This integration is in the works and will be available soon.

The OpenAI-compatible API isn't an integration with OpenAI the company — it's support for a shared request format that most language-model providers now speak. A client written for one endpoint works with any compatible one after swapping the base URL, the access key and the model name, with no code rewrite.

What it is

OpenAI-compatible means a service accepts requests in the schema OpenAI first popularised. The format won by timing, not merit: tooling was built around it early, so every later provider and self-hosted runtime found it cheaper to speak the same dialect than to invent their own. Today the same interface is served by aggregators like OpenRouter (hundreds of models behind one key), self-host runtimes such as vLLM, Ollama and LM Studio, and the native endpoints of providers including DeepSeek, Groq and Mistral.

What you get

Supporting the standard will free Seyka from any single model provider. Switching models would become a matter of changing an address and a key rather than rewriting logic — handy for picking the right trade-off of speed, cost and reasoning depth per task. It would also open the door to a model running on your own infrastructure, so conversation data and site content can stay inside your perimeter. This is in preparation, with no promised date.

FAQ

Is this an integration with OpenAI?
No. It is not about OpenAI the company or GPT models, but about the shared request format OpenAI introduced first and which most other providers and local servers later adopted. Supporting the standard does not tie Seyka to OpenAI.
When will it be available?
It is in preparation, with no promised date yet. Watch for updates inside Seyka.

Learn more in the SEO guide

Other integrations