| # Supported Tasks | |
| This model supports the following tasks: | |
| - `text-generation` | |
| - `text2text-generation` | |
| # Quote GPT Model | |
| This is a sequence-to-sequence model trained to predict product suggestions based on opportunity details. | |
| ## Usage | |
| To use this model, send a POST request to the Inference API endpoint with the following JSON payload: | |
| ```json | |
| { | |
| "inputs": "I need laptops for clinical engineering." | |
| } |