You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fluent-ai provides an easy way to retrieve all available models from supported providers (openai, anthropic, ollama).
224
+
225
+
```ts
226
+
import { openai } from"fluent-ai";
227
+
228
+
const models =awaitopenai().models();
229
+
```
230
+
221
231
## Support
222
232
223
233
Feel free to [open an issue](https://github.com/modalityml/fluent-ai/issues) or [start a discussion](https://github.com/modalityml/fluent-ai/discussions) if you have any questions. [Join our Discord community](https://discord.gg/HzGZWbY8Fx)
0 commit comments