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

black-forest-labs/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.

Black Forest Labs provider installation

The Black Forest Labs provider is available via the `@ai-sdk/black-forest-labs` module. Install it with npm/yarn/pnpm.

Black Forest Labs default provider instance

Import the default provider instance `blackForestLabs` from `@ai-sdk/black-forest-labs` for standard usage without custom configuration.

Black Forest Labs createBlackForestLabs factory function

Import `createBlackForestLabs` from `@ai-sdk/black-forest-labs` to create a customized provider instance with custom settings.

Black Forest Labs provider configuration options

Black Forest Labs provider supports these configuration options: apiKey (string, optional, defaults to BFL_API_KEY environment variable), baseURL (string, optional, defaults to https://api.bfl.ai/v1), headers (Record<string,string>, optional for custom headers), fetch (custom fetch implementation, optional), pollIntervalMillis (number, optional, defaults to 500ms for image models and 2000ms for video models), pollTimeoutMillis (number, optional, defaults to 60000ms for image models and 600000ms for video models).

Black Forest Labs regional endpoints

By default, Black Forest Labs requests are sent to https://api.bfl.ai/v1. Regional endpoints include https://api.eu.bfl.ai/v1 and https://api.us.bfl.ai/v1. Set the `baseURL` when creating the provider instance to use a regional endpoint.

Give your agent this brain