FAQ

Frequently Asked Questions

Do I need to rewrite my SDK integration?

Usually no. OpenAI-compatible alternatives work by changing the base URL and API key while keeping the same message schema.

Will my streaming UI still work?

If the provider supports stream: true and emits delta chunks, your streaming client should continue to work.

How do I compare refusal behavior?

Run a fixed prompt suite and compare refusal rates, latency, and output quality against your current provider.