OpenAI-compatible models listing endpoint.This endpoint provides information about the available Pulse AI Research Agent models in a format compatible with OpenAI's API. It returns a list of models with their identifiers and metadata, allowing third-party clients to discover available models and their capabilities.The response follows the OpenAI models format for maximum compatibility with existing tools and libraries designed for OpenAI's API.
Request
Header Params
x-app-id
string<password>
required
Default:
{{x-app-id}}
x-api-key
string<password>
required
Default:
{{x-api-key}}
Content-Type
string
optional
Default:
application/json
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET '/v1/pulse/models' \
--header'x-app-id;' \
--header'x-api-key;' \
--header'Content-Type: application/json'