OpenAI Compatibility
No OpenAI-compatible endpoint yet. Integrate today via the native AI Query endpoint or the official SDKs.
/v1/chat/completions drop-in endpoint. "OpenAI" here names a wire-format standard, not a claim about what powers Vedika — Vedika's own API is the native, supported integration path.#Current status
Not available Coming soon. If your stack expects an OpenAI-shaped chat/completions request and response, that exact surface does not exist on Vedika today. The native endpoint below is fully supported and is not a workaround.
#Integrate today via the native endpoint
Call POST https://api.vedika.io/api/v1/astrology/query directly, authenticating with x-api-key or Authorization: Bearer — or use the official SDKs, which wrap the same endpoint:
x-api-key: vk_live_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxAuthorization: Bearer vk_live_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx- SDKs (Python / Node) — official clients that wrap this endpoint.
- AI Query overview — the full request/response contract.
#What we'd build
The planned shape is an OpenAI-compatible chat/completions surface at the same base URL, authenticated the same way as every other Vedika endpoint, that maps incoming chat messages onto a Vedika query and returns an OpenAI-shaped response. This is forward-looking only — nothing here is built or scheduled yet.