Is there a way to fetch the list of models configured on TensorZero? #3579
-
|
Hi, I’m exploring using TensorZero, and I saw that services like OpenRouter have an endpoint where you can fetch all the models available (with metadata etc.). I wanted to ask: Thanks in advance for any pointers or examples! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hi @laststylebender14 - we don't have an endpoint like that right now. Here's an issue tracking this request: #1930 If you're able to share more about your use case there, that'd be helpful for us. In the meantime, you could potentially use |
Beta Was this translation helpful? Give feedback.
Hi @laststylebender14 - we don't have an endpoint like that right now. Here's an issue tracking this request: #1930 If you're able to share more about your use case there, that'd be helpful for us.
In the meantime, you could potentially use
experimental_get_configin the Python SDK. This will include all the models you've configured.