Skip to main content
Version: v0.2.23

Remote-Hosted Distributions

Remote-Hosted distributions are available endpoints serving Llama Stack API that you can directly connect to.

DistributionEndpointInferenceAgentsMemorySafetyTelemetry
Togetherhttps://llama-stack.together.airemote::togethermeta-referenceremote::weaviatemeta-referencemeta-reference
Fireworkshttps://llamastack-preview.fireworks.airemote::fireworksmeta-referenceremote::weaviatemeta-referencemeta-reference

Connecting to Remote-Hosted Distributions​

You can use llama-stack-client to interact with these endpoints. For example, to list the available models served by the Fireworks endpoint:

$ pip install llama-stack-client
$ llama-stack-client configure --endpoint https://llamastack-preview.fireworks.ai
$ llama-stack-client models list

Checkout the llama-stack-client-python repo for more details on how to use the llama-stack-client CLI. Checkout llama-stack-app for examples applications built on top of Llama Stack.