R
RunPod3mo ago
xsjiang

How to pass parameters to deepseek r1

I have deployed deepseek r1 on serveless and then I don't know how I am going to pass parameters to it and what is the structure of its parameters. For example how do I tell the model max_tokens, what to write for the messages parameter.
No description
1 Reply
Jason
Jason3mo ago
Use vllm setup in the serverless page, there's configuration page for that Then you can preview what env variable is your config like

Did you find this page helpful?