model_profiles_table()

Render all known model profiles as a Great Table.

Usage

Source

model_profiles_table()

Returns

gt.GT
A formatted table with one row per model, showing capabilities, context window, and cost tier.

Raises

ImportError
If great_tables or pandas is not installed.

Examples

import talk_box as tb

tb.model_profiles_table()  # renders in notebook / Quarto