Skip to main content
GET
/
v1
/
llm
/
pricing
llm pricing
curl --request GET \
  --url https://api.fetchbean.com/v1/llm/pricing \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Your fetchbean API key (fb_…).

Query Parameters

model
string

Exact model name (case-insensitive).

provider
string

e.g. openai, anthropic, bedrock.

mode
string

chat, embedding, image_generation, ...

contains
string

Model-name substring match.

limit
integer

1–500 (default 50).

Response

Success

The response is of type object.