You're looking at a specific version of this model. Jump to the model overview.
qubit999 /qwen2.5-coder-32b-instruct:0693a50a
            
              
                
              
            
            Input schema
          
        The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.
| Field | Type | Default value | Description | 
|---|---|---|---|
| prompt | 
            string
            
           | 
              Write a hello world program in Python.
             | 
            User Prompt
           | 
| system_prompt | 
            string
            
           | 
              You are Qwen. You are a helpful assistant.
             | 
            System Prompt
           | 
| max_new_tokens | 
            integer
            
           | 
              4096
             | 
            Max New Tokens
           | 
| min_new_tokens | 
            integer
            
           | 
              1
             | 
            Min New Tokens
           | 
| temperature | 
            number
            
           | 
              0.7
             | 
            Temperature
           | 
| top_k | 
            integer
            
           | 
              50
             | 
            Top K
           | 
| top_p | 
            number
            
           | 
              0.9
             | 
            Top P
           | 
| repetition_penalty | 
            number
            
           | 
              1
             | 
            Repetition Penalty
           | 
| do_sample | 
            boolean
            
           | 
              True
             | 
            Do Sample
           | 
            
              
                
              
            
            Output schema
          
        The shape of the response you’ll get when you run this model with an API.
              Schema
            
            {'title': 'Output', 'type': 'string'}