OpenAI Compatibility

No OpenAI-compatible endpoint yet. Integrate today via the native AI Query endpoint or the official SDKs.

Coming soon
Vedika does not currently offer an OpenAI-compatible /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_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Authorization: Bearer vk_live_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

#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.