We have released an update to the custom AI models feature in IWL. You can now include additional request options for your custom model.

Additional request options JSON

For example, when using the Perplexity API, you can adjust the search_context_size parameter for web_search_options by specifying:

{
    "web_search_options": {
        "search_context_size": "high"
    }
}

These options will be included in all API requests for this model across all “Edit with AI” tools you use.

The update is available now on the web and will be included in the upcoming release of the macOS app.

Posts