You create AI requests to interact with AI models. You can choose any OpenAI-compatible model, whether it’s from OpenAI, Anthropic, Google, or an alternative provider such as HuggingFace. Use your requests to experiment, test, and evaluate different AI models, including fine-tuned, self-hosted, and local ones. Choose the model that best fits your security requirements, budget, and workflow.
To create a new AI request, do the following:
- Choose an existing workspace or create a new one.
- Click New >
AI. Postman opens a new AI request in a new tab.
- Click the Select a provider or enter a URL box. Postman lists the available model providers.
- Choose a model provider and model or paste a URL.
- Open the Authorization tab. Postman selects an Auth Type for you.
- (Optional) Select a different Auth Type.
- Add your authorization details. To learn more, see Add API authorization details to requests in Postman.
- Open the Prompt tab, enter your user prompt, and (optional) enter your system prompt.
- Click Send.
Postman adds your Message (user prompt) and the Response to the open conversation. You can use the steps in the following section to save your new AI request to a collection.
If you don’t have any multi-protocol collections in your workspace, Postman opens a save request dialog that asks you for a request and collection name. Otherwise, Postman displays more options, such as the option to add your new AI request to an existing collection.
To save your new AI request, do the following:
- Click
Save. Postman opens a save request dialog.
- Name your new AI request.
- If you don’t have any multi-protocol collections in your workspace, name your collection and skip to the last step.
- (Optional) Click Add description and describe your new AI request.
- To save your new request to an existing collection, select a collection. To save your request to an existing folder, select a folder. If you want to search for a collection or folder, enter your search term in the search box.
- If you want to create a new collection, click New Collection, name your collection, and click Create. If you want to create a new folder, click New Folder, name your folder, and click Create.
- Click Save.
Your new AI request is ready to use to interact with an AI model. You can optionally add an MCP server to your request. You can also manage your settings.