ask_ai
Send prompts to Claude or GPT-4 AI models using Solana USDC payments from your wallet. Process AI inference tasks with automated cost deduction.
Instructions
Send a prompt to an AI model via SolanaProx. Costs are automatically deducted from your Solana wallet balance in USDC. Supports Claude and GPT-4 models. Use this for any AI inference task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | The prompt or question to send to the AI model | |
| model | No | AI model to use. Options: claude-sonnet-4-20250514 (default), gpt-4-turbo | claude-sonnet-4-20250514 |
| max_tokens | No | Maximum tokens in response (default: 1024, max: 4096) | |
| system | No | Optional system prompt to set context for the AI |