GET
/
prompts
/
models
/
all

Authorizations

Galileo-API-Key
string
headerrequired

Query Parameters

with_custom_models
boolean
default: false
scope
string | null
default:

Response

200 - application/json
name
string
required
alias
string
required
integration
enum<string>
Available options:
anthropic,
azure,
aws_bedrock,
aws_sagemaker,
vertex_ai,
openai,
writer
tokenizer_name
string | null
input_token_limit
integer | null
output_token_limit
integer | null
token_limit
integer | null
output_price
number
default: 0
input_price
number
default: 0
cost_by
enum<string>
Available options:
tokens,
characters
is_chat
boolean
default: false
provides_log_probs
boolean
default: false
formatting_tokens
integer
default: 0
response_prefix_tokens
integer
default: 0
api_version
string | null
params_map
object

Maps the internal settings parameters (left) to the serialized parameters (right) we want to send in the API requests.

output_map
object | null
input_map
object | null

Was this page helpful?