kalei_profile_model
Start a cognitive profiling run for any AI model with your own API key. Returns a run ID to monitor progress, supporting multiple providers like OpenAI, Anthropic, Google, and more.
Instructions
Start a cognitive profiling run for any AI model using your own provider API key (BYOK). Your key is never stored. Returns a run ID to monitor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | Profiling depth: standard (64 envs), deep (83), full (166) | |
| model | Yes | Model ID (e.g., gpt-4o, claude-sonnet-4-20250514) | |
| api_key | Yes | Your API key for the provider | |
| provider | Yes | Provider: openai, anthropic, google, deepseek, qwen, groq, mistral, xai, custom | |
| agent_name | No | Display name (optional) |