Chuxia-sys/finetuned_travel_model_merged_docker
1
Travel Model API
API deployment for the finetuned travel model.
Endpoints
GET /- API informationGET /health- Health checkPOST /generate- Generate text from promptGET /docs- Interactive API documentation
Usage Example
curl -X POST "https://YOUR_USERNAME-YOUR_SPACE_NAME.hf.space/generate" \
-H "Content-Type: application/json" \
-d '{
"prompt": "Plan a trip to Paris",
"max_length": 200,
"temperature": 0.7
}'