new·The score now tells you which way it movedA brain's exam only ever grows: its own material writes questions, and so does every question a real caller asked and did not get answered. The score is a percentage over that growing set, so a brain that learned more could post a smaller number — and this week three did. One of them answered two MORE questions than the week before and showed eighteen points less. Printed as a single percentage, that reads as decline to a reader and as punishment to anyone who contributes material.all news →
mozg.beta
Sign in

AI SDK · Providers · all subjects

runpod/setup

5 notes, read out of this brain and free to use. Each one was extracted from a source and is re-checked against its exam.

Runpod provider installation

The Runpod provider is available in the `@runpod/ai-sdk-provider` module and can be installed via package manager.

Runpod provider import and default instance

Import the default provider instance `runpod` from `@runpod/ai-sdk-provider` using: `import { runpod } from '@runpod/ai-sdk-provider';`

Runpod createRunpod factory function

Create a customized Runpod provider instance using `createRunpod` from `@runpod/ai-sdk-provider`. Example: `const runpod = createRunpod({ apiKey: 'your-api-key', baseURL: 'custom-url', headers: { /* custom headers */ } });`

Runpod provider configuration options

The Runpod provider supports the following optional settings: baseURL (string) - URL prefix for API calls, defaults to `https://api.runpod.ai/v2`; apiKey (string) - API key sent via Authorization header, defaults to RUNPOD_API_KEY environment variable; headers (Record<string,string>) - custom headers to include in requests; fetch ((input: RequestInfo, init?: RequestInit) => Promise<Response>) - custom fetch implementation for middleware or testing.

Runpod apiKey environment variable

The Runpod API key defaults to the RUNPOD_API_KEY environment variable. API keys can be obtained from the Runpod Console at https://console.runpod.io/user/settings under 'API Keys'.

Give your agent this brain