You're looking at a specific version of this model. Jump to the model overview.
jigsawstack /ai-search:f915b698
Input schema
The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.
Field | Type | Default value | Description |
---|---|---|---|
query |
string
|
|
🔍 Search query to find information on the web
|
api_key |
string
|
🔐 Your JigsawStack API Key (required)
|
|
ai_overview |
boolean
|
True
|
Include AI powered overview in the search results
|
safe_search |
string
(enum)
|
moderate
Options: moderate, strict, off |
Safe search level
|
spell_check |
boolean
|
True
|
Spell check the search query
|
byo_urls |
array
|
Return results from specific URLs (comma-separated)
|
|
deep_research |
boolean
|
False
|
Toggle deep research mode
|
max_depth |
integer
|
3
Min: 1 Max: 5 |
Max depth for deep research (1-5)
|
max_breadth |
integer
|
3
Min: 1 Max: 5 |
Max breadth for deep research (1-5)
|
max_output_tokens |
integer
|
32000
Min: 1000 Max: 100000 |
Max output tokens for deep research
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'title': 'Output', 'type': 'string'}