Qwen2.5-7B-Instruct API
Powered by Qwen/Qwen2.5-7B-Instruct on ZeroGPU
0 2
0 1
1 100
64 2048
API Usage
from gradio_client import Client
client = Client("Ngixdev/qwen-api")
result = client.predict(
prompt="Hello!",
system_prompt="You are helpful.",
temperature=0.7,
top_p=0.8,
max_tokens=1024,
api_name="/api_generate"
)
print(result)
0 2
0 1
64 2048