List available models
GET /v1/models
Returns the current model IDs and effective capabilities available through Bkper AI.
Responses
200
Available Bkper AI models
object
Object type. Always list.
Current default model ID.
Current discoverable model profiles.
object
Stable model ID to send in POST /v1/responses.
Object type. Always model.
Unix timestamp for this public model profile.
Provider family represented by the public model ID.
Human-readable model name.
Input modalities accepted by this model through Bkper AI.
Effective Bkper AI usage rates. One nano-USD is 0.000000001 USD.
object
Effective uncached-input rate in nano-USD per token.
Effective cache-read input rate in nano-USD per token.
Effective cache-write input rate in nano-USD per token.
Effective output rate in nano-USD per token.
Default reasoning effort when the client does not choose one.
Maximum supported request context in tokens.
Maximum output-token limit accepted for this model.
Reasoning-effort values accepted for this model.
Structured-output capabilities. Omitted when unsupported.
object
Whether JSON Schema structured output is supported.
Whether strict JSON Schema enforcement is supported.
Supported inline file extensions. Omitted when unsupported.