Skip to main content
Version: v0.2.23

remote::fireworks

Description​

Fireworks AI inference provider for Llama models and other AI models on the Fireworks platform.

Configuration​

FieldTypeRequiredDefaultDescription
allowed_modelslist[str | NoneNoList of models that should be registered with the model registry. If None, all models are allowed.
url<class 'str'>Nohttps://api.fireworks.ai/inference/v1The URL for the Fireworks server
api_keypydantic.types.SecretStr | NoneNoThe Fireworks.ai API Key

Sample Configuration​

url: https://api.fireworks.ai/inference/v1
api_key: ${env.FIREWORKS_API_KEY:=}