List of models and provider
# support
s
I want to get a list of models and providers how can I get it? Is there any API for this?
v
To help you best, could you clarify if you are looking for a list of LLM models, voice providers, transcription providers, or all types available in Vapi? This will help me point you to the right API or documentation. Sources: - [Provider Keys](https://docs.vapi.ai/customization/provider-keys) - [API reference: List Assistants](https://docs.vapi.ai/api-reference/assistants/list?explorer=true)
c
In the API documentation, you can open up the properties of each provider to see the models available on our platform. This can be applied to LLMs, transcriber, and voice sections. I will provide an example for you:
s
How can I get a list of all models, transcribe and voices in a json format through an api or any medium
c
You can use this as well.
s
Hello Kyle I only want api that will provide list of provider, model and transcriber That api you provided is different thing
c
Hi Sachin, Currently, the link I shared earlier is the best way to programmatically filter through all available providers and models listed on our platform. Since that endpoint contains the full reference data, you just need to parse out the enum values for each provider — that will give you the complete list of models, transcribers, and voices. Best, Kyle
s
Okay thanks
c
No worries
3 Views