aurafriday/hunyuan-a13b-instruct

tencent/Hunyuan-A13B-Instruct

Public
2 runs

Run aurafriday/hunyuan-a13b-instruct with an API

Use one of our client libraries to get started quickly. Clicking on a library will take you to the Playground tab where you can tweak different inputs, see the results, and copy the corresponding code to use in your own project.

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
Hello! How can I help you today?
The input prompt/message for the model
system_prompt
string
You are a helpful AI assistant.
System prompt to set the model's behavior
thinking_mode
None
auto
Whether to enable detailed reasoning
max_new_tokens
integer
2048

Min: 1

Max: 8192

Maximum number of tokens to generate
temperature
number
0.7

Min: 0.1

Max: 2

Temperature for sampling (higher = more creative)
top_p
number
0.9

Min: 0.1

Max: 1

Top-p sampling (nucleus sampling)
repetition_penalty
number
1.1

Min: 1

Max: 2

Penalty for repetition

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{
  "type": "object",
  "title": "Output"
}