For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Dashboard
User GuideDeveloper GuidesAPI Reference
User GuideDeveloper GuidesAPI Reference
    • Overview
  • Runtype API
      • GETList model configurations
      • POSTCreate model configuration
      • GETList available models
      • GETGet grouped models
      • GETList search-capable models
      • GETList configured search providers
      • GETGet model configuration usage
      • PUTUpdate model configuration
      • DELDelete model configuration
      • PATCHSet default model configuration
      • PATCHEnable or disable model configuration
Dashboard
LogoLogo
Runtype APIModel Configs

List configured search providers

GET
/v1/model-configs/search-configured
GET
/v1/model-configs/search-configured
$curl https://api.runtype.com/v1/model-configs/search-configured \
> -H "Authorization: <apiKey>" \
> -H "Content-Type: application/json"
1{
2 "data": [
3 {
4 "displayLabel": "OpenAI GPT-4 Search",
5 "id": "cfg_9f8e7d6c5b4a3210",
6 "keyStatus": "custom",
7 "name": "GPT-4 Search Model",
8 "provider": "OpenAI",
9 "supportsCustomKey": true
10 }
11 ],
12 "total": 1
13}
Get enabled user model configurations that support search, plus configured Exa search when available.
Was this page helpful?
Previous

Get model configuration usage

Next
Built with

Authentication

AuthorizationBearer
API key or Clerk session token

Response

Configured search providers
datalist of objects
totalinteger

Errors

401
Unauthorized Error
500
Internal Server Error