fmxexpress/pasclaw

AI agent built in Object Pascal

Public
4 runs

Run fmxexpress/pasclaw 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
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
{
  "type": "string",
  "title": "Output"
}