CoolFace
Datasetpublic

convaiinnovations/fastapi-qwen-api

FastAPI Qwen 0.6B REST API This repository contains a production-ready (though lightweight) wrapper for the Qwen/Qwen3-0.6B model using FastAPI and JWT authentication. Features FastAPI Backend: Efficient RESTful endpoints. JWT Security: Token-based authentication for the /generate endpoint. Thinking Toggle: Option to hide or show the model's internal reasoning/thinking blocks via regex filtering. OpenAI Chat Format: Compatible with list-of-messages input.… See the full description on the dataset page: https://huggingface.co/datasets/convaiinnovations/fastapi-qwen-api.

sourceHugging Faceapache-2.0updated 4mo agoView on Hugging Face
0likes56downloads
8 commits on main
a3f88dc4mo ago

Delete .env

convaiinnovations
5bfce994mo ago

Upload README.md with huggingface_hub

convaiinnovations
5fbbd654mo ago

Upload .env with huggingface_hub

convaiinnovations
047583d4mo ago

Upload README.md with huggingface_hub

convaiinnovations
924e1e74mo ago

Upload generate_jwt.py with huggingface_hub

convaiinnovations
b72ddef4mo ago

Upload client.py with huggingface_hub

convaiinnovations
05ca00f4mo ago

Upload app.py with huggingface_hub

convaiinnovations
3f8c7d84mo ago

initial commit

convaiinnovations