DeepSeekR1
Overview
Managing application via Apolo CLI
apolo app-template get deepseek-inference > deepseek.yaml# Application template configuration for: llama4-inference
# Application template configuration for: deepseek-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: deepseek-inference
template_version: v25.7.1
input:
# Apolo Secret Configuration.
hf_token:
key: ''
# Enable or disable autoscaling for the LLM.
autoscaling_enabled: false
size: R1
llm_class: deepseek_r1
Usage
References:
Last updated
Was this helpful?