Python openai

Open-source Python projects categorized as openai

Top 23 Python openai Projects

  1. AutoGPT

    AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters.

    Project mention: Agents 101: Reasoning, Actions & Autonomy | dev.to | 2026-05-11

    AutoGPT (agpt.co): Open-source autonomous agent framework, released in 2023. Pioneering example of general-purpose agent architecture; known for demonstrating both promise and limitations of autonomous systems.

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. markitdown

    Python tool for converting files and office documents to Markdown.

    Project mention: MarkItDown vs Docling vs Marker: PDF to Markdown for LLMs | dev.to | 2026-05-03

    MarkItDown is Microsoft's official converter, MIT-licensed, currently at v0.1.5 (released February 20, 2026). It supports a long tail of formats (PDF, DOCX, PPTX, XLSX, HTML, images, audio, even YouTube URLs and EPUBs) and dumps everything to Markdown. The architecture is a thin wrapper around format-specific Python libraries (pdfminer.six for PDFs, python-pptx, mammoth, etc.). No models. No GPU. pip install and you're done in about ten seconds.

  4. open-webui

    User-friendly AI Interface (Supports Ollama, OpenAI API, ...)

    Project mention: Quick and easy local AI RAG setup with JetBrains IDE integration and browser UI | dev.to | 2026-06-02

    To get a local web UI (that is very similar to CharGPT) that supports Retrieval Augmented Generation (RAG), workflows and many other features, we'll use Open WebUI (https://github.com/open-webui/open-webui). Although it can be setup using locally installed Python, I've decided to try out their Docker image instead. Since I have an Nvidia card, I've used their Nvidia GPU supported docker image.

  5. langchain

    The agent engineering platform.

    Project mention: Scarab Diagnostic Suite Field Test #011: LangChain Structured Output Streaming Boundary | dev.to | 2026-06-04
  6. ragflow

    RAGFlow is a leading open-source Retrieval-Augmented Generation (RAG) engine that fuses cutting-edge RAG with Agent capabilities to create a superior context layer for LLMs

    Project mention: I Scanned 5 Popular Open-Source AI Projects for EU AI Act Compliance. Here's What I Found. | dev.to | 2026-03-31

    I ran AIR Blackbox (the scanner itself), Browser Use (79K+ stars), RAGFlow (76K+ stars), LiteLLM (23K+ stars), and Superlinked (15K+ stars) through the same compliance checks.

  7. OpenHands

    🙌 OpenHands: AI-Driven Development

    Project mention: Agent-Ready Engineering Infrastructure | dev.to | 2026-05-05

    OpenHands AGENTS.md

  8. gpt4free

    The official gpt4free repository | various collection of powerful language models | opus 4.6 gpt 5.3 kimi 2.5 deepseek v3.2 gemini 3

    Project mention: GPT4Free: "educational project" for free LLM inference from various services | news.ycombinator.com | 2025-06-30
  9. unsloth

    Unsloth Studio is a web UI for training and running open models like Gemma 4, Qwen3.6, DeepSeek, gpt-oss locally.

    Project mention: I Trained an LLM on 75K of My Own Messages So It Would Stop Writing Like a Chatbot | dev.to | 2026-05-08

    Training: unsloth + trl (SFTTrainer). Unsloth handles the 4-bit quantization and gradient checkpointing; trl handles the training loop.

  10. litellm

    Python SDK, Proxy Server (AI Gateway) to call 100+ LLM APIs in OpenAI (or native) format, with cost tracking, guardrails, loadbalancing and logging. [Bedrock, Azure, OpenAI, VertexAI, Cohere, Anthropic, Sagemaker, HuggingFace, VLLM, NVIDIA NIM]

    Project mention: AI gateways: why and how | dev.to | 2026-06-04

    — Getting Started

  11. aider

    aider is AI pair programming in your terminal

    Project mention: Microsoft pulled internal Claude Code licenses — what their engineers' preference tells you about picking AI tools | dev.to | 2026-06-06

    Aider with a bring-your-own API key has no subscription floor. Pay per token. For 2-3 focused hours per week, costs less than $20/mo. For full-time use, costs more than Max. Best for terminal natives who already live in tmux and do not want a separate IDE.

  12. CowAgent

    Open-source super AI assistant & Agent Harness. Plans tasks, runs tools and skills, autonomously grows with memory and knowledge. Multi-model, multi-channel. Lightweight, extensible, one-line install. (formerly chatgpt-on-wechat)

  13. quivr

    Opiniated RAG for integrating GenAI in your apps 🧠 Focus on your product rather than the RAG. Easy integration in existing products with customisation! Any LLM: GPT4, Groq, Llama. Any Vectorstore: PGVector, Faiss. Any Files. Anyway you want.

  14. Hello-Python

    Curso para aprender el lenguaje de programación Python desde cero y para principiantes. 100 clases, 44 horas en vídeo, código, proyectos y grupo de chat. Fundamentos, frontend, backend, testing, IA...

  15. langgraph

    Build resilient agents.

    Project mention: Agent-Ready Engineering Infrastructure | dev.to | 2026-05-05

    LangGraph AGENTS.md

  16. AstrBot

    AI Agent Assistant & development framework that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. ✨

  17. openai-python

    The official Python library for the OpenAI API

    Project mention: Building AI Agents in Python | dev.to | 2026-06-04

    In this article, we will explore the concepts behind building an AI agent in Python. We will use the OpenAI Python SDK (Responses API) for the examples, but the same ideas can be generalized to any other LLM SDK. We will use a low-level SDK with minimal abstractions so we can observe and implement most of the agent's behavior on our end.

  18. openai-agents-python

    A lightweight, powerful framework for multi-agent workflows

    Project mention: Securing OpenAI Agents SDK Against Memory Poisoning (ASI06) Using Pydantic Field Validators | dev.to | 2026-05-19

    This post shows the idiomatic way to defend against it in the OpenAI Agents SDK, using the SDK's own Pydantic context architecture. The integration pattern was validated in a public thread with an OpenAI SDK maintainer.

  19. MLflow

    The open source AI engineering platform for agents, LLMs, and ML models. MLflow enables teams of all sizes to debug, evaluate, monitor, and optimize production-quality AI applications while controlling costs and managing access to models and data.

    Project mention: MLOps Lifecycle: Stages, Workflow, and Best Practices | dev.to | 2026-06-02

    For example, this can be done using MLflow in Python:

  20. faster-whisper

    Faster Whisper transcription with CTranslate2

    Project mention: I built a free, local video transcription tool, because I didn't want to pay $10/hour or upload my files to a stranger's server | dev.to | 2026-05-09

    Transcribes it locally using faster-whisper

  21. free-llm-api-resources

    A list of free LLM inference resources accessible via API.

    Project mention: 7 GitHub Repos I'd Actually Use to Find Free AI APIs and No-Cost AI Tools | dev.to | 2026-04-23

    View on GitHub

  22. opik

    Debug, evaluate, and monitor your LLM applications, RAG systems, and agentic workflows with comprehensive tracing, automated evaluations, and production-ready dashboards.

    Project mention: Agent Optimizer: Self-improving prompts from production data | news.ycombinator.com | 2026-02-11
  23. kirara-ai

    🤖 可 DIY 的 多模态 AI 聊天机器人 | 🚀 快速接入 微信、 QQ、Telegram、等聊天平台 | 🦈支持DeepSeek、Grok、Claude、Ollama、Gemini、OpenAI | 工作流系统、网页搜索、AI画图、人设调教、虚拟女仆、语音对话 |

  24. parlant

    Build reliable customer-facing AI agents with Parlant: an interaction control harness optimized for controlled, consistent, and predictable LLM interactions.

    Project mention: Building PoC Agents in Minutes | dev.to | 2025-08-27
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Python openai discussion

Log in or Post with

Python openai related posts

  • Microsoft pulled internal Claude Code licenses — what their engineers' preference tells you about picking AI tools

    1 project | dev.to | 6 Jun 2026
  • I benchmarked Python AI-app security scanners. Here's what each catches.

    2 projects | dev.to | 5 Jun 2026
  • Building AI Agents in Python

    10 projects | dev.to | 4 Jun 2026
  • Why I Turned My Open-Source GEO Audit CLI Into a SaaS Monitoring Platform

    1 project | dev.to | 4 Jun 2026
  • Stratoclave: a tenant-aware credit gateway for Amazon Bedrock — now with OpenAI codex support

    2 projects | dev.to | 3 Jun 2026
  • OpenBrief Review: Local-First Video AI Summarizer 2026

    5 projects | dev.to | 27 May 2026
  • Routing Event-Camera Pipelines Through an LLM Gateway: A Field Report

    1 project | dev.to | 21 May 2026
  • A note from our sponsor - SaaSHub
    www.saashub.com | 7 Jun 2026
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source openai projects in Python? This list will help you:

# Project Stars
1 AutoGPT 184,738
2 markitdown 146,166
3 open-webui 139,852
4 langchain 138,635
5 ragflow 81,919
6 OpenHands 75,905
7 gpt4free 66,281
8 unsloth 65,904
9 litellm 49,432
10 aider 45,826
11 CowAgent 45,060
12 quivr 39,171
13 Hello-Python 35,862
14 langgraph 33,889
15 AstrBot 33,820
16 openai-python 30,871
17 openai-agents-python 26,925
18 MLflow 26,292
19 faster-whisper 23,393
20 free-llm-api-resources 22,947
21 opik 19,433
22 kirara-ai 18,785
23 parlant 18,101

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that Python is
the 1st most popular programming language
based on number of references?