FetchModelsResponseBody
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/FetchModelsResponseBody.jsonmodels object[]required
Available models on the provider
Array [
capabilitiesstring
Comma-separated capabilities (e.g. embedContent,generateContent)
idstringrequired
Model identifier
ownedBystring
Model owner
]
FetchModelsResponseBody
{
"$schema": "https://example.com/schemas/FetchModelsResponseBody.json",
"models": "Unknown Type: array,null"
}