You're looking at a specific version of this model. Jump to the model overview.
fmxexpress /pasclaw:6fcc07d5
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
|
Message or prompt to send to the PasClaw agent.
|
|
| openai_api_key |
string
|
|
Optional OpenAI API Key.
|
| anthropic_api_key |
string
|
|
Optional Anthropic API Key.
|
| gemini_api_key |
string
|
|
Optional Google Gemini API Key.
|
| groq_api_key |
string
|
|
Optional Groq API Key.
|
| openrouter_api_key |
string
|
|
Optional OpenRouter API Key.
|
| deepseek_api_key |
string
|
|
Optional DeepSeek API Key.
|
| provider |
string
|
|
LLM provider to run on (openai, anthropic, gemini, groq, openrouter, deepseek). "
"If left empty, defaults to the first configured API key.
|
| model |
string
|
|
Optional model override to use (e.g. gpt-4o, claude-3-5-sonnet, gemini-1.5-pro, deepseek-chat). "
"If empty, defaults to the selected provider's standard catalog default model.
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'title': 'Output', 'type': 'string'}