AI Gateway Docs

FAQ

Common questions about integrating AI Gateway

Is the OpenAI SDK fully supported?

Yes. Just point base_url at https://api.example.com/v1 — every other call is unchanged.

Can I use the Anthropic SDK?

Yes. The /v1/messages endpoint is fully Anthropic-compatible.

Will my data be used for training?

No. Requests and responses are only used to serve the request itself. They are not used to train models.

On this page