ChatFireworks()Fireworks Chat large language models API.
To use, you should have the
environment variable FIREWORKS_API_KEY set with your API key.
Any parameters that are valid to be passed to the fireworks.create call can be passed in, even if not explicitly saved on this class.
Example:
from langchain_fireworks.chat_models import ChatFireworks
fireworks = ChatFireworks(model_name="accounts/fireworks/models/gpt-oss-120b")