AI/ML

5 listings

Filter & sort

AI and ML code listings give you a head start on chatbots, RAG pipelines, classification systems, and LLM-powered features without the boilerplate.

AI integrations deprecate fast. Prioritise listings that pin their SDK version and document which model they're calling — an OpenAI wrapper hardcoded to gpt-3.5-turbo will need immediate patching. Look for listings with a passing test suite (check the quality score) and clear instructions for swapping in your own API key. A high documentation score is a strong signal the seller has shipped production AI before. If you're building with Claude, look for listings that target the latest Claude model family; if you're building with OpenAI, prefer listings that abstract the provider behind an interface so you can swap models without rewriting.

Common stacks in this category

Next.jsVercel AI SDKLangChainPythonFastAPI

Frequently asked questions

Are AI/ML listings updated when models change?

Quality sellers update listings within days of major API changes. Check the listing's updatedAt timestamp and the version pins in package.json. Listings with active sellers (recent activity) are safer.

Do I need an API key to run AI listings?

Yes — every AI listing requires you to bring your own API key (OpenAI, Anthropic, Google, etc.). The listing should document where to put it (typically .env.local) and which models it expects.

Which framework do most AI listings target?

Next.js (App Router) with the Vercel AI SDK is the most common stack for chat and RAG. Python/FastAPI listings are more common for training, evaluation, and back-end pipelines.