cuuupid / research
Deep Research ported to Cog! (Updated 4 months ago)
- Public
- 9 runs
-
L40S
- GitHub
Run cuuupid/research with an API
Use one of our client libraries to get started quickly. Clicking on a library will take you to the Playground tab where you can tweak different inputs, see the results, and copy the corresponding code to use in your own project.
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 |
---|---|---|---|
openrouter_api_key |
string
|
OpenRouter API key
|
|
query |
string
|
Query to research
|
|
breadth |
integer
|
4
Min: 2 Max: 10 |
Breadth of research
|
depth |
integer
|
2
Min: 1 Max: 5 |
Depth of research
|
{
"type": "object",
"title": "Input",
"required": [
"openrouter_api_key",
"query"
],
"properties": {
"depth": {
"type": "integer",
"title": "Depth",
"default": 2,
"maximum": 5,
"minimum": 1,
"x-order": 3,
"description": "Depth of research"
},
"query": {
"type": "string",
"title": "Query",
"x-order": 1,
"description": "Query to research"
},
"breadth": {
"type": "integer",
"title": "Breadth",
"default": 4,
"maximum": 10,
"minimum": 2,
"x-order": 2,
"description": "Breadth of research"
},
"openrouter_api_key": {
"type": "string",
"title": "Openrouter Api Key",
"x-order": 0,
"description": "OpenRouter API key"
}
}
}
Output schema
The shape of the response you’ll get when you run this model with an API.
{
"type": "string",
"title": "Output"
}