Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
from oumi.inference import SambanovaInferenceEngine from oumi.core.configs import ModelParams, RemoteParams engine = SambanovaInferenceEngine( model_params=ModelParams( model_name="Meta-Llama-3.1-405B-Instruct" ), remote_params=RemoteParams( api_key_env_varname="SAMBANOVA_API_KEY", ) )