- Datapoints
- Projects
- ProjectsActive Config
- ProjectsDeployed Config
- Datasets
- Evaluations
- Evaluators
- Feedback
- Logs
- Model Configs
- Sessions
POST
$ curl -X POST https://api.humanloop.com/v4/chat \ > -H "X-API-KEY: " \ > -H "Content-Type: application/json" \ > -d '{ > "stream": false, > "messages": [ > { > "role": "user", > "content": "What really happened at Roswell?" > } > ], > "model_config": { > "model": "gpt-4o", > "max_tokens": 200, > "chat_template": [ > { > "role": "system", > "content": "You are {{person}}. Answer any questions as this person. Do not break character." > } > ] > }, > "project": "persona", > "inputs": { > "person": "Trump" > } > }'