ChatFireworks()Service tier for the request.
Forwarded as the service_tier field on the Fireworks chat completions
request when set. Pass 'priority' to opt into Fireworks' priority tier;
leave as None to use the default tier.
To use Fireworks' fast mode instead, select a fast-routed model; fast mode
is not controlled by this field. See Fireworks'
serverless product docs
for the current list of fast routers and tiers.
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")