You're looking at a specific version of this model. Jump to the model overview.
fmxexpress /pasclaw-build:9f0a0ff2
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 |
|---|---|---|---|
| message |
string
|
Build task. The agent runs up to max_iters "
"tool-using iterations to satisfy it.
|
|
| max_iters |
integer
|
50
Min: 1 Max: 500 |
Tool-loop iteration budget. One iteration ~= one "
"model response (which may include multiple tool calls).
|
| timeout_seconds |
integer
|
3600
Min: 30 |
Subprocess timeout in seconds. Default 3600 = 1 h. "
"Set high for long horizon builds; Replicate enforces its own "
"container ceiling on top of this.
|
| workspace_in |
string
|
Workspace archive from a previous build. "
"Leave empty for a fresh run. Replicate handles both "
"file-uploads and URL inputs through this. For very "
"large URL-backed workspaces, prefer workspace_in_url "
"to get parallel pget download.
|
|
| workspace_in_url |
string
|
|
Explicit URL to a previous-build workspace "
"archive. Leave empty for a fresh run. When set, "
"downloaded via pget for parallelism; takes precedence "
"over workspace_in.
|
| openai_api_key |
string
|
|
Optional
|
| anthropic_api_key |
string
|
|
Optional
|
| gemini_api_key |
string
|
|
Optional
|
| groq_api_key |
string
|
|
Optional
|
| openrouter_api_key |
string
|
|
Optional
|
| deepseek_api_key |
string
|
|
Optional
|
| provider |
string
|
|
LLM provider (openai/anthropic/gemini/groq/openrouter/deepseek). "
"Empty = first configured key wins.
|
| model |
string
|
|
Override model id. Empty = provider's catalog default.
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'properties': {'text': {'title': 'Text', 'type': 'string'},
'workspace': {'format': 'uri',
'title': 'Workspace',
'type': 'string'}},
'required': ['workspace', 'text'],
'title': 'Output',
'type': 'object'}