provider Models GET
/openai/v1/models @utdk/synthetic.new
/openai/v1/models List models
List all models provided by Synthetic. Synthetic-hosted models return SelfHostedModelDetails. Proxied models return ProxiedModelDetails.
- provider query
- Optionally filter models by provider.
- enum: synthetic, together, fireworks, groq…
Try it
Authentication
Configure credentials for Synthetic (https://synthetic.new) OpenAI-compatible API
Code snippet
Updates live as you fill in the form above.
TypeScript
import synthetic_new from '@utdk/synthetic.new';
await synthetic_new.listmodels()