Use Exa’s endpoints as a drop-in replacement for OpenAI - supporting both chat completions and responses APIs.
Endpoint | OpenAI Interface | Models Available | Use Case |
---|---|---|---|
/chat/completions | Chat Completions API | exa , exa-research , exa-research-pro | Traditional chat interface |
/responses | Responses API | exa-research , exa-research-pro | Modern, simplified interface |
/answer
or /research
./answer
endpoint via the chat completions interface:
https://api.exa.ai
exa
./answer
endpoint reference here.https://api.exa.ai
exa-research
or exa-research-pro
/research
endpoint reference here.exa.search()
function.