FAQ

Frequently Asked Questions

Do my existing chains still work?

Yes. Chains, agents, and LCEL pipelines work unchanged after switching the LLM endpoint.

Does streaming work with LangChain?

Yes. Use llm.stream() or chain.stream() exactly like with OpenAI models.

Can I use this with LangGraph?

Yes. LangGraph agents use the same ChatOpenAI class, so the switch applies automatically.