openai_models_list
Retrieve available AI models from OpenAI-compatible APIs to identify which models are accessible for your AI tasks and workflows.
Instructions
List models from OpenAI-compatible backend (GET /v1/models).
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"type": "object"
}