AI Model API
Model Discovery
Query the list of models available to the current token and inspect model details
Overview
Model discovery APIs let you check which models the current gateway token can access and inspect detailed metadata for an individual model.
OpenAI-Style Model List
Returns the list of OpenAI compatible models that are accessible to the current token.
Model Details
Retrieve metadata for a single model by model ID.
Gemini-Style Model List
Returns the list of original Gemini models that the current token can access.
Gemini-Compatible OpenAI-Style Model List
Return the models that can be accessed through Gemini clients or compatibility layers.
How is this guide?
Last updated on