1. Models
  2. Get Video Model
GET
/models/video/{model_name}
curl --request GET \
     --url https://app.backboard.io/api/models/video/{model_name} \
     --header 'X-API-Key: <api-key>' \
     --header 'authorization: <authorization>' \
     --header 'x_session_token: <x_session_token>'

Get the current capabilities and pricing SKUs for an OpenRouter video model. Pass the complete ID, including its provider prefix, for example google/veo-3.1-lite. Returns 404 if the model is not in the live video catalog.

Check architecture.input_modalities, supported_frame_images, supported durations/resolutions, and generate_audio before choosing generation options. See Video Tool.

Authorizations

X-API-Key
required
string
API Key authentication

Query Parameters

model_name
required
string
authorization
x_session_token

Response

application/json
  • 200

  • 422

Successful Response

id
required
string

Id

name
required
string

Name

provider
string

Provider

model_type
string

Model Type

supports_video_output
boolean

Supports Video Output

supports_vision
boolean | null

Supports Vision

supports_audio_input
boolean | null

Supports Audio Input

supports_video_input
boolean | null

Supports Video Input

supports_audio_output
boolean | null

Supports Audio Output

architecture
object | null

Architecture

supported_durations
unknown

Supported Durations

supported_resolutions
unknown

Supported Resolutions

supported_aspect_ratios
unknown

Supported Aspect Ratios

supported_sizes
unknown

Supported Sizes

supported_frame_images
unknown

Supported Frame Images

generate_audio
boolean | null

Generate Audio

seed
boolean | null

Seed

upscale_factor
object | null

Upscale Factor

creativity
array | null

Creativity

pricing_skus
object

Pricing Skus

allowed_passthrough_parameters
unknown

Allowed Passthrough Parameters