Mistral
Overview
Managing application via Apolo CLI
apolo app-template get mistral-inference > mistral.yaml# Application template configuration for: mistral-inference
# Fill in the values below to configure your application.
# To use values from another app, use the following format:
# my_param:
# type: "app-instance-ref"
# instance_id: "<app-instance-id>"
# path: "<path-from-get-values-response>"
template_name: mistral-inference
template_version: v25.7.1
input:
# Apolo Secret Configuration.
hf_token:
key: ''
# Enable or disable autoscaling for the LLM.
autoscaling_enabled: false
size: 7B-v0.3
llm_class: mistral
Usage
References:
Last updated
Was this helpful?