70 Integrations with Codex CLI
View a list of Codex CLI integrations and software that integrates with Codex CLI below. Compare the best Codex CLI integrations as well as features, ratings, user reviews, and pricing of software that integrates with Codex CLI. Here are the current Codex CLI integrations in 2026:
-
1
GitHub
GitHub
GitHub is the world’s most secure, most scalable, and most loved developer platform. Join millions of developers and businesses building the software that powers the world. Build with the world’s most innovative communities, backed by our best tools, support, and services. If you manage multiple contributors , there’s a free option: GitHub Team for Open Source. We also run GitHub Sponsors, where we help fund your work. The Pack is back. We’ve partnered up to give students and teachers free access to the best developer tools—for the school year and beyond. Work for a government-recognized nonprofit, association, or 501(c)(3)? Get a discounted Organization account on us.Starting Price: $7 per month -
2
ChatGPT
OpenAI
ChatGPT is an AI-powered conversational assistant developed by OpenAI that helps users with writing, learning, brainstorming, coding, and more. It is free to use with easy access via web and apps on multiple devices. Users can interact through typing or voice to get answers, generate creative content, summarize information, and automate tasks. The platform supports various use cases, from casual questions to complex research and coding help. ChatGPT offers multiple subscription plans, including Free, Plus, and Pro, with increasing access to advanced AI models and features. It is designed to boost productivity and creativity for individuals, students, professionals, and developers alike.Starting Price: Free -
3
OpenAI
OpenAI
OpenAI’s mission is to ensure that artificial general intelligence (AGI)—by which we mean highly autonomous systems that outperform humans at most economically valuable work—benefits all of humanity. We will attempt to directly build safe and beneficial AGI, but will also consider our mission fulfilled if our work aids others to achieve this outcome. Apply our API to any language task — semantic search, summarization, sentiment analysis, content generation, translation, and more — with only a few examples or by specifying your task in English. One simple integration gives you access to our constantly-improving AI technology. Explore how you integrate with the API with these sample completions. -
4
React
React
React makes it painless to create interactive UIs. Design simple views for each state in your application, and React will efficiently update and render just the right components when your data changes. Declarative views make your code more predictable and easier to debug. Build encapsulated components that manage their own state, then compose them to make complex UIs. Since component logic is written in JavaScript instead of templates, you can easily pass rich data through your app and keep state out of the DOM. We don’t make assumptions about the rest of your technology stack, so you can develop new features in React without rewriting existing code. React components implement a render() method that takes input data and returns what to display. This example uses an XML-like syntax called JSX. Input data that is passed into the component can be accessed by render() via this.props.Starting Price: Free -
5
Java
Oracle
The Java™ Programming Language is a general-purpose, concurrent, strongly typed, class-based object-oriented language. It is normally compiled to the bytecode instruction set and binary format defined in the Java Virtual Machine Specification. In the Java programming language, all source code is first written in plain text files ending with the .java extension. Those source files are then compiled into .class files by the javac compiler. A .class file does not contain code that is native to your processor; it instead contains bytecodes — the machine language of the Java Virtual Machine1 (Java VM). The java launcher tool then runs your application with an instance of the Java Virtual Machine.Starting Price: Free -
6
Python
Python
The core of extensible programming is defining functions. Python allows mandatory and optional arguments, keyword arguments, and even arbitrary argument lists. Whether you're new to programming or an experienced developer, it's easy to learn and use Python. Python can be easy to pick up whether you're a first-time programmer or you're experienced with other languages. The following pages are a useful first step to get on your way to writing programs with Python! The community hosts conferences and meetups to collaborate on code, and much more. Python's documentation will help you along the way, and the mailing lists will keep you in touch. The Python Package Index (PyPI) hosts thousands of third-party modules for Python. Both Python's standard library and the community-contributed modules allow for endless possibilities.Starting Price: Free -
7
ChatGPT Plus
OpenAI
We’ve trained a model called ChatGPT which interacts in a conversational way. The dialogue format makes it possible for ChatGPT to answer followup questions, admit its mistakes, challenge incorrect premises, and reject inappropriate requests. ChatGPT is a sibling model to InstructGPT, which is trained to follow an instruction in a prompt and provide a detailed response. ChatGPT Plus is a subscription plan for ChatGPT a conversational AI. ChatGPT Plus costs $20/month, and subscribers will receive a number of benefits: - General access to ChatGPT, even during peak times - Faster response times - GPT-4 access - ChatGPT plugins - Web-browsing with ChatGPT - Priority access to new features and improvements ChatGPT Plus is available to customers in the United States, and we will begin the process of inviting people from our waitlist over the coming weeks. We plan to expand access and support to additional countries and regions soon.Starting Price: $20 per month -
8
ChatGPT Pro
OpenAI
As AI becomes more advanced, it will solve increasingly complex and critical problems. It also takes significantly more compute to power these capabilities. ChatGPT Pro is a $200 monthly plan that enables scaled access to the best of OpenAI’s models and tools. This plan includes unlimited access to our smartest model, OpenAI o1, as well as to o1-mini, GPT-4o, and Advanced Voice. It also includes o1 pro mode, a version of o1 that uses more compute to think harder and provide even better answers to the hardest problems. In the future, we expect to add more powerful, compute-intensive productivity features to this plan. ChatGPT Pro provides access to a version of our most intelligent model that thinks longer for the most reliable responses. In evaluations from external expert testers, o1 pro mode produces more reliably accurate and comprehensive responses, especially in areas like data science, programming, and case law analysis.Starting Price: $200/month -
9
GPT-5.1 Pro
OpenAI
GPT-5.1 Pro is the highest-performance version of the GPT-5.1 model family, designed for research-grade reasoning and advanced analytical workloads. It delivers deeper, more structured thinking, making it ideal for complex problem-solving across coding, science, finance, law, and technical research. Unlike the Instant and Thinking versions, GPT-5.1 Pro is built to maintain accuracy under heavy cognitive load, producing clearer logic and more reliable multi-step reasoning. Pro users also gain access to extended context windows, allowing significantly longer inputs and deeper information processing. While it supports the full range of ChatGPT features, GPT-5.1 Pro is optimized for precision, rigor, and high-stakes tasks. It is available exclusively to ChatGPT Pro and Business customers. -
10
AppDeploy
AppDeploy
AppDeploy is chat-native deployment — go from AI chat to deployed app. Tell your current AI chat or agent what to build, AppDeploy.ai makes it real, without leaving the chat or touching infrastructure. Deploy a real, full-stack apps directly from ChatGPT, Claude, Cursor, Gemini, Claude Code, Codex, or any other AI assistant — and get a live URL in seconds, without leaving the chat. No Git, no CLI, no IDE required. Hosting, database, backend services, storage, auth, and AI integrations are handled automatically. Every deploy gives you a live application with a shareable URL — a real deployed app, not a prototype. AppDeploy works for builders of all levels - no setup screens, no technical decisions.Starting Price: $0 -
11
Node.js
Node.js
As an asynchronous event-driven JavaScript runtime, Node.js is designed to build scalable network applications. Upon each connection, the callback is fired, but if there is no work to be done, Node.js will sleep. This is in contrast to today's more common concurrency model, in which OS threads are employed. Thread-based networking is relatively inefficient and very difficult to use. Furthermore, users of Node.js are free from worries of dead-locking the process, since there are no locks. Almost no function in Node.js directly performs I/O, so the process never blocks except when the I/O is performed using synchronous methods of Node.js standard library. Because nothing blocks, scalable systems are very reasonable to develop in Node.js. Node.js is similar in design to, and influenced by, systems like Ruby's Event Machine and Python's Twisted. Node.js takes the event model a bit further. It presents an event loop as a runtime construct instead of as a library.Starting Price: Free -
12
CSS
CSS
CSS, short for Cascading Style Sheets, is a style sheet language used by web developers to structure the HTML and other elements of a website. CSS is one of the most widely used languages on the web. For style sheets to work, it is important that your markup be free of errors. A convenient way to automatically fix markup errors is to use the HTML Tidy utility. This also tidies the markup making it easier to read and easier to edit. I recommend you regularly run Tidy over any markup you are editing. Tidy is very effective at cleaning up markup created by authoring tools with sloppy habits. Each style property starts with the property's name, then a colon and lastly the value for this property. When there is more than one style property in the list, you need to use a semicolon between each of them to delimit one property from the next.Starting Price: Free -
13
Kotlin
Kotlin
Easy to pick up, so you can create powerful applications immediately. Compatible with the Java ecosystem. Use your favorite JVM frameworks and libraries. Share application logic between web, mobile, and desktop platforms while keeping an experience native to users. Save time and get the benefit of unlimited access to features specific to these platforms. Kotlin has great support and many contributors in its fast-growing global community. Enjoy the benefits of a rich ecosystem with a wide range of community libraries. Help is never far away — consult extensive community resources or ask the Kotlin team directly. Kotlin Multiplatform Mobile is an SDK for iOS and Android app development. It offers all the combined benefits of creating cross-platform and native apps. Maintain a single codebase for networking, data storage, analytics, and the other logic of your Android and iOS apps.Starting Price: Free -
14
PHP
PHP
Fast, flexible and pragmatic, PHP powers everything from your blog to the most popular websites in the world. The PHP development team announces the immediate availability of PHP 8.0.20. When using the PHP.net website, there is even no need to get to a search box to access the content you would like to see quickly. You can use short PHP.net URLs to access pages directly.Starting Price: Free -
15
TypeScript
TypeScript
TypeScript adds additional syntax to JavaScript to support a tighter integration with your editor. Catch errors early in your editor. TypeScript code converts to JavaScript, which runs anywhere JavaScript runs: In a browser, on Node.js or Deno and in your apps. TypeScript understands JavaScript and uses type inference to give you great tooling without additional code. TypeScript was used by 78% of the 2020 State of JS respondents, with 93% saying they would use it again. The most common kinds of errors that programmers write can be described as type errors: a certain kind of value was used where a different kind of value was expected. This could be due to simple typos, a failure to understand the API surface of a library, incorrect assumptions about runtime behavior, or other errors.Starting Price: Free -
16
Go
Golang
With a strong ecosystem of tools and APIs on major cloud providers, it is easier than ever to build services with Go. With popular open source packages and a robust standard library, use Go to create fast and elegant CLIs. With enhanced memory performance and support for several IDEs, Go powers fast and scalable web applications. With fast build times, lean syntax, an automatic formatter and doc generator, Go is built to support both DevOps and SRE. Everything there is to know about Go. Get started on a new project or brush up for your existing Go code. An interactive introduction to Go in three sections. Each section concludes with a few exercises so you can practice what you've learned. The Playground allows anyone with a web browser to write Go code that we immediately compile, link, and run on our servers.Starting Price: Free -
17
GPT-5 mini
OpenAI
GPT-5 mini is a streamlined, faster, and more affordable variant of OpenAI’s GPT-5, optimized for well-defined tasks and precise prompts. It supports text and image inputs and delivers high-quality text outputs with a 400,000-token context window and up to 128,000 output tokens. This model excels at rapid response times, making it suitable for applications requiring fast, accurate language understanding without the full overhead of GPT-5. Pricing is cost-effective, with input tokens at $0.25 per million and output tokens at $2 per million, providing savings over the flagship model. GPT-5 mini supports advanced features like streaming, function calling, structured outputs, and fine-tuning, but does not support audio input or image generation. It integrates well with various API endpoints including chat completions, responses, and embeddings, making it versatile for many AI-powered tasks.Starting Price: $0.25 per 1M tokens -
18
GPT-5 nano
OpenAI
GPT-5 nano is OpenAI’s fastest and most affordable version of the GPT-5 family, designed for high-speed text processing tasks like summarization and classification. It supports text and image inputs, generating high-quality text outputs with a large 400,000-token context window and up to 128,000 output tokens. GPT-5 nano offers very fast response times, making it ideal for applications requiring quick turnaround without sacrificing quality. Pricing is extremely competitive, with input tokens costing $0.05 per million and output tokens $0.40 per million, making it accessible for budget-conscious projects. The model supports advanced API features such as streaming, function calling, structured outputs, and fine-tuning. While it supports image input, it does not handle audio input or web search, focusing on core text tasks efficiently.Starting Price: $0.05 per 1M tokens -
19
GPT-5.1-Codex
OpenAI
GPT-5.1-Codex is a specialized version of the GPT-5.1 model built for software engineering and agentic coding workflows. It is optimized for both interactive development sessions and long-horizon, autonomous execution of complex engineering tasks, such as building projects from scratch, developing features, debugging, performing large-scale refactoring, and code review. It supports tool-use, integrates naturally with developer environments, and adapts reasoning effort dynamically, moving quickly on simple tasks while spending more time on deep ones. The model is described as producing cleaner and higher-quality code outputs compared to general models, with closer adherence to developer instructions and fewer hallucinations. GPT-5.1-Codex is available via the Responses API route (rather than a standard chat API) and comes in variants including “mini” for cost-sensitive usage and “max” for the highest capability.Starting Price: $1.25 per input -
20
Emdash
Emdash
Emdash is an orchestration layer that lets you run multiple coding agents in parallel, each in its own isolated Git worktree, so you can simultaneously spin up different agents to tackle independent subtasks or experiments without interference. It’s provider-agnostic, meaning you can pick from various AI models and CLIs (for example, Claude Code, Codex, and others) to fit your workflow. With Emdash, you can assign issues or tickets (from Linear, GitHub, or Jira) directly to a chosen agent, then watch multiple agents operate side by side in real time. The UI shows live agent status and activity, and once agents generate code, you can review diffs, comment, and open pull requests, all without leaving Emdash. Because every agent runs in a separate worktree, changes stay sandboxed and comparable, enabling you to test different implementations or strategies side-by-side safely.Starting Price: Free -
21
BrainGrid
BrainGrid
BrainGrid is an AI-powered software planning and requirements platform that helps developers turn rough ideas and high-level thoughts into engineering-ready specifications, structured tasks, and precise prompts so AI coding agents (such as Cursor, Claude Code, Replit, and others) can build reliable software instead of fragile prototypes. It starts by deeply analyzing your existing codebase, including architecture, data models, and dependencies, and then works interactively with you to clarify scope, ask the right questions, and refine concept descriptions into detailed, code-aware requirements. BrainGrid breaks these requirements down into atomic, verifiable tasks with context, goals, dependencies, and acceptance criteria, generating prompts designed to keep AI coding tools on track and dramatically increase the probability of accurate, first-time execution. It also supports automatic task generation, continual improvement of specs, and integration with multiple AI coding workflows.Starting Price: $10 per month -
22
Repo Prompt
Repo Prompt
Repo Prompt is a macOS-native AI coding assistant and context engineering tool that helps developers interact with, refine, and modify codebases using large language models by letting users select specific files or folders, build structured prompts with exactly the relevant context, and review and apply AI-generated code changes as diffs rather than rewriting entire files, ensuring precise, auditable modifications. It provides a visual file explorer for project navigation, an intelligent context builder, and CodeMaps that reduce token usage and help models understand project structure, and multi-model support so users can bring their own API keys for providers like OpenAI, Anthropic, Gemini, Azure, or others, keeping all processing local and private unless the user explicitly sends code to an LLM. Repo Prompt works as both a standalone chat/workflow interface and an MCP (Model Context Protocol) server for integration with AI editors.Starting Price: $14.99 per month -
23
Supersonic
Supersonic
Supersonic is a terminal-first, AI-native CRM designed specifically for agentic workflows, where AI agents handle core customer relationship management tasks instead of human operators. It is built around the Model Context Protocol (MCP), exposing every CRM action as a structured tool that AI systems like Claude, Cursor, or Codex can directly use to manage data and execute operations. It provides a unified pipeline through which all actions flow, giving AI agents the same capabilities as a traditional user interface, including data entry, lead qualification, deal updates, and follow-ups. With a system composed of 91 tools across 17 categories, Supersonic enables agents to interact with the CRM in a consistent, predictable way, reducing errors and improving automation reliability. It eliminates manual input by allowing agents to autonomously update records, trigger workflows, and maintain customer data in real time.Starting Price: $25 per month -
24
JetBrains Air
JetBrains
Air is an agentic development environment created by JetBrains that allows developers to delegate coding tasks to multiple AI agents and manage them within a single, unified workspace. Instead of functioning as a simple chat-based assistant, it is designed as a full development environment where tools are built around AI agents, enabling users to guide, supervise, and refine their output more effectively. Developers can run several agents concurrently, each working on different tasks in isolated environments, which helps prevent conflicts and improves productivity when handling complex projects. It supports integration with multiple AI systems such as Claude, Gemini, Codex, and other coding agents, allowing flexible, model-agnostic workflows within the same interface. Users can define tasks with rich context by referencing specific files, commits, classes, or code elements, ensuring that the agents generate more accurate and relevant results based on the actual codebase.Starting Price: Free -
25
Cosyra
Cosyra
Cosyra is a mobile-first cloud development environment that enables users to run AI-powered coding tools directly from their phone through a full Linux terminal. It allows developers to use tools such as Claude Code, Codex CLI, OpenCode, and Gemini CLI, all pre-installed and ready to run by simply adding an API key and opening the terminal. It provides an isolated Ubuntu container with essential development tools, including Node.js, Python, Git, tmux, and vim, along with 30 GB of persistent storage that contains data between sessions. Cosyra is designed to replicate the experience of working on a local machine, allowing users to build, test, and manage projects entirely from a mobile device. It supports workflows such as cloning repositories, reviewing pull requests, running tests, and deploying code, all within a persistent session that can hibernate and resume seamlessly.Starting Price: $29.99 per month -
26
OpenOwl
OpenOwl
OpenOwl is a computer-using agent designed to extend AI assistants with the ability to directly interact with a user’s desktop environment, enabling them to see the screen, click, type, and execute tasks across any application or browser as if they were a human operator. It connects to AI systems such as Claude, Codex, or any Model Context Protocol-compatible assistant, allowing users to automate workflows by simply describing tasks in natural language without writing code or scripts. Once configured, OpenOwl can open applications, navigate web pages, fill out forms, extract data, and complete multi-step processes while handling errors and summarizing results at the end of execution. It is capable of automating a wide range of use cases, including lead generation, influencer outreach, CRM updates, competitive intelligence gathering, and data extraction from dashboards that lack APIs. All operations run locally on the user’s machine, ensuring that screenshots, keystrokes, etc.Starting Price: $3.99 per month -
27
TypeUI
TypeUI
TypeUI is an open source command-line interface designed for agentic design, enabling developers to apply a consistent and structured design system across AI-generated code by generating and managing standardized files. It acts as a design layer for AI coding tools, ensuring that interfaces produced by different agents follow the same visual rules for typography, color, spacing, and component styling, regardless of the underlying model or provider. It addresses a key challenge in AI-assisted development, where outputs from tools like Claude Code, Cursor, Codex, or Gemini can vary significantly in style by introducing a portable design blueprint that enforces uniformity across projects. Through a simple CLI workflow, users can generate design systems by answering guided prompts, pull pre-built “design skills” from a registry, or update existing configurations without rebuilding them from scratch.Starting Price: $200 per 3 years -
28
Fluq
Fluq
Fluq is an AI agent observability and orchestration platform designed to give teams full visibility and control over how their AI agents operate in real time. It acts as a centralized “single pane of glass” where every agent action, LLM calls, tool usage, file operations, token consumption, and associated costs are tracked and visualized through detailed waterfall traces. By routing all agent requests through a lightweight proxy, Fluq requires minimal setup and works with any LLM provider or agent framework, allowing organizations to integrate it into existing systems without modifying code. It enables teams to inspect each decision an agent makes, drill into execution steps, and understand exactly how outcomes are generated, improving transparency and debuggability. It also includes governance features such as policy enforcement, spend limits, approval gates, and access controls, helping prevent issues like runaway costs, misuse of tools, or inaccurate outputs.Starting Price: $29 per month -
29
Junction
Junction
Junction Panel is a lightweight control surface for managing AI coding agents from anywhere, designed to keep developers connected to their workflows without being tied to a desktop environment. It enables users to monitor, interact with, and control multiple local AI agents in real time, receiving alerts when an agent needs input and responding instantly from any device, including a phone. Through a unified interface, users can review diffs, tail logs, merge pull requests, and approve execution steps with one-tap actions, allowing development processes to continue seamlessly even when away from a workstation. It includes built-in features such as per-turn cost tracking for token usage, workspace browsing, custom commands, and agent checkpoints that allow rollback to previous states if something goes wrong. It also introduces a structured permission system with five levels of risk classification, ensuring that every agent action is categorized and reviewed appropriately.Starting Price: $10 per month -
30
Constellation
ShiftinBits Inc
Graph-backed code intelligence for your AI assistant. Constellation turns your codebase into a queryable knowledge graph, giving AI assistants the structural understanding they need to reason about real software — not just the plain text. Why Constellation? Text search tells you where a string appears, *everywhere* that string appears. Constellation tells you the exact location of the symbol in question, what it means, what calls it, and what breaks if you change it. Before your assistant edits a function, it can ask: - Where is this defined, and where is it used across the codebase? - What's the blast radius of this change? - Which modules have circular dependencies or dead code? - How does data flow through the call graph? Answers come from a semantic graph, not a grep loop. One Tool, Countless Capabilities A single `code_intel` tool exposes a rich JavaScript API as a "Code Mode" tool, allowing AI agents to craft complex composite queries.Starting Price: $29.99/month -
31
PowerShell
Microsoft
PowerShell is a cross-platform task automation and configuration management framework, consisting of a command-line shell and scripting language. Unlike most shells, which accept and return text, PowerShell is built on top of the .NET Common Language Runtime (CLR), and accepts and returns .NET objects. This fundamental change brings entirely new tools and methods for automation. Unlike traditional command-line interfaces, PowerShell cmdlets are designed to deal with objects. An object is structured information that is more than just the string of characters appearing on the screen. Command output always carries extra information that you can use if you need it. If you've used text-processing tools to process data in the past, you'll find that they behave differently when used in PowerShell. In most cases, you don't need text-processing tools to extract specific information. You directly access portions of the data using standard PowerShell object syntax.Starting Price: Free -
32
JavaScript
JavaScript
JavaScript is a scripting language and programming language for the web that enables developers to build dynamic elements on the web. Over 97% of the websites in the world use client-side JavaScript. JavaScript is one of the most important scripting languages on the web. Strings in JavaScript are contained within a pair of either single quotation marks '' or double quotation marks "". Both quotes represent Strings but be sure to choose one and STICK WITH IT. If you start with a single quote, you need to end with a single quote. There are pros and cons to using both IE single quotes tend to make it easier to write HTML within Javascript as you don’t have to escape the line with a double quote. Let’s say you’re trying to use quotation marks inside a string. You’ll need to use opposite quotation marks inside and outside of JavaScript single or double quotes.Starting Price: Free -
33
SQL
SQL
SQL is a domain-specific programming language used for accessing, managing, and manipulating relational databases and relational database management systems.Starting Price: Free -
34
C#
Microsoft
C# (also known as C Sharp, pronounced "See Sharp") is a modern, object-oriented, and type-safe programming language. C# enables developers to build many types of secure and robust applications that run in .NET. C# has its roots in the C family of languages and will be immediately familiar to C, C++, Java, and JavaScript programmers. This tour provides an overview of the major components of the language in C# 8 and earlier. C# is an object-oriented, component-oriented programming language. C# provides language constructs to directly support these concepts, making C# a natural language in which to create and use software components. Since its origin, C# has added features to support new workloads and emerging software design practices. At its core, C# is an object-oriented language. You define types and their behavior.Starting Price: Free -
35
Bash
Bash
Bash is a free software Unix shell and command language. It has become the default login shell for most Linux distributions. In addition to being available on Linux systems, a version of Bash is also available for Windows through the Windows Subsystem for Linux. Bash is the default user shell in Solaris 11 and was the default shell in Apple macOS from version 10.3 until the release of macOS Catalina, which changed the default shell to zsh. Despite this change, Bash remains available as an alternative shell on macOS systems. As a command processor, Bash allows users to enter commands in a text window that are then executed by the system. Bash can also read and execute commands from a file, known as a shell script. It supports a number of features commonly found in Unix shells, including wildcard matching, piping, here documents, command substitution, variables, and control structures for condition testing and iteration. Bash is compliant with the POSIX shell standards.Starting Price: Free -
36
ChatGPT Enterprise
OpenAI
Enterprise-grade security & privacy and the most powerful version of ChatGPT yet. 1. Customer prompts or data are not used for training models 2. Data encryption at rest (AES-256) and in transit (TLS 1.2+) 3. SOC 2 compliant 4. Dedicated admin console and easy bulk member management 5. SSO and Domain Verification 6. Analytics dashboard to understand usage 7. Unlimited, high-speed access to GPT-4 and Advanced Data Analysis* 8. 32k token context windows for 4X longer inputs and memory 9. Shareable chat templates for your company to collaborateStarting Price: $60/user/month -
37
GPT-5
OpenAI
GPT-5 is OpenAI’s most advanced AI model, delivering smarter, faster, and more useful responses across a wide range of topics including math, science, finance, and law. It features built-in thinking capabilities that allow it to provide expert-level answers and perform complex reasoning. GPT-5 can handle long context lengths and generate detailed outputs, making it ideal for coding, research, and creative writing. The model includes a ‘verbosity’ parameter for customizable response length and improved personality control. It integrates with business tools like Google Drive and SharePoint to provide context-aware answers while respecting security permissions. Available to everyone, GPT-5 empowers users to collaborate with an AI assistant that feels like a knowledgeable colleague.Starting Price: $1.25 per 1M tokens -
38
DryRun Security
DryRun Security
DryRun Security brings AI Native SAST and Agentic Code Security to your code, so application security and dev teams can stop triaging noise and start fixing real risk. Our Contextual Security Analysis (CSA) engine reasons about code intent, exploitability, and impact to deliver high-signal findings that pattern-matching scanners miss. Use the Code Review Agent for PR comments and checks within moments of a push. Enforce guardrails with Natural Language Code Policies, written in plain English and executed by the Custom Policy Agent on every PR. Run DeepScan Agent for an on-demand full-repo assessment in about an hour, and use Code Insights Agent to see trends and risk across repos. -
39
GPT‑5-Codex
OpenAI
GPT-5-Codex is a version of GPT-5 further optimized for agentic coding within Codex, focusing on real-world software engineering tasks (building full projects from scratch, adding features & tests, debugging, large-scale refactors, and code reviews). Codex now moves faster, is more reliable, and works better in real-time across your development environments, whether in terminal/CLI, IDE extension, via the web, in GitHub, or even on mobile. GPT-5-Codex is the default model for cloud tasks and code review; developers can also opt to use it locally via Codex CLI or the IDE extension. It dynamically adjusts how much “reasoning time” it spends depending on task complexity; small, well-defined tasks are fast and snappy; more complex ones (refactors, large feature work) get more sustained effort. Code review is stronger; it catches critical bugs before shipping. -
40
GPT-5.1
OpenAI
GPT-5.1 is the latest update in the GPT-5 series, designed to make ChatGPT dramatically smarter and more conversational. The release introduces two distinct model variants: GPT-5.1 Instant, which is described as the most-used model and is now warmer, better at following instructions, and more intelligent; and GPT-5.1 Thinking, which is the advanced reasoning engine that’s been tuned to be easier to understand, faster on straightforward tasks, and more persistent on complex ones. Users' queries are now routed automatically to the variant best-suited to the task. The update emphasizes not just improved raw intelligence but also enhanced communication style; the models are tuned to be more natural, enjoyable to talk to, and better aligned with user intents. The system card addendum notes that GPT-5.1 Instant uses “adaptive reasoning” that lets it decide when to think more deeply before responding, while GPT-5.1 Thinking adapts its thinking time accurately to the question at hand. -
41
GPT-5.1-Codex-Max
OpenAI
GPT-5.1-Codex-Max is the high-capability variant of the GPT-5.1-Codex series designed specifically for software engineering and agentic code workflows. It builds on the base GPT-5.1 architecture with a focus on long-horizon tasks such as full project generation, large-scale refactoring, and autonomous multi-step bug and test management. It introduces adaptive reasoning, meaning the system dynamically allocates more compute for complex problems and less for simpler ones, to improve efficiency and output quality. It also supports tool use (IDE-integrated workflows, version control, CI/CD pipelines) and offers higher fidelity in code review, debugging, and agentic behavior than general-purpose models. Alongside Max, there are lighter variants such as Codex-Mini for cost-sensitive or scale use-cases. The GPT-5.1-Codex family is available in developer previews, including via integrations like GitHub Copilot. -
42
GPT-5.2 Thinking
OpenAI
GPT-5.2 Thinking is the highest-capability configuration in OpenAI’s GPT-5.2 model family, engineered for deep, expert-level reasoning, complex task execution, and advanced problem solving across long contexts and professional domains. Built on the foundational GPT-5.2 architecture with improvements in grounding, stability, and reasoning quality, this variant applies more compute and reasoning effort to generate responses that are more accurate, structured, and contextually rich when handling highly intricate workflows, multi-step analysis, and domain-specific challenges. GPT-5.2 Thinking excels at tasks that require sustained logical coherence, such as detailed research synthesis, advanced coding and debugging, complex data interpretation, strategic planning, and sophisticated technical writing, and it outperforms lighter variants on benchmarks that test professional skills and deep comprehension. -
43
GPT-5.2 Instant
OpenAI
GPT-5.2 Instant is the fast, capable variant of OpenAI’s GPT-5.2 model family designed for everyday work and learning with clear improvements in information-seeking questions, how-tos and walkthroughs, technical writing, and translation compared to prior versions. It builds on the warmer conversational tone introduced in GPT-5.1 Instant and produces clearer explanations that surface key information upfront, making it easier for users to get concise, accurate answers quickly. GPT-5.2 Instant delivers speed and responsiveness for typical tasks like answering queries, generating summaries, assisting with research, and helping with writing and editing, while incorporating broader enhancements from the GPT-5.2 series in reasoning, long-context handling, and factual grounding. As part of the GPT-5.2 lineup, it shares the same foundational improvements that boost overall reliability and performance across a wide range of everyday activities. -
44
GPT-5.2 Pro
OpenAI
GPT-5.2 Pro is the highest-capability variant of OpenAI’s latest GPT-5.2 model family, built to deliver professional-grade reasoning, complex task performance, and enhanced accuracy for demanding knowledge work, creative problem-solving, and enterprise-level applications. It builds on the foundational improvements of GPT-5.2, including stronger general intelligence, superior long-context understanding, better factual grounding, and improved tool use, while using more compute and deeper processing to produce more thoughtful, reliable, and context-rich responses for users with intricate, multi-step requirements. GPT-5.2 Pro is designed to handle challenging workflows such as advanced coding and debugging, deep data analysis, research synthesis, extensive document comprehension, and complex project planning with greater precision and fewer errors than lighter variants. -
45
Flottix
Flottix
Flottix is an IT asset management (ITAM) software designed to track and manage hardware, software licenses, and IT inventory. It offers a centralized system for monitoring technology assets, replacing spreadsheet-based tracking. The platform tracks hardware like laptops and servers, recording location and assigned personnel to reduce equipment loss. License management features monitor seats, renewal dates, and usage to ensure compliance and optimize costs, with automated alerts for upcoming expirations. Flottix supports CSV and Excel imports for easy migration and includes custom fields, workflows, QR code, and barcode scanning for inventory audits. API access enables integration with existing tools, while maintenance tracking, check-in/check-out workflows, reporting, label printing, and data export enhance operational flexibility.Starting Price: $19/month -
46
GPT-Rosalind
OpenAI
GPT-Rosalind is a purpose-built frontier reasoning model developed by OpenAI to accelerate scientific research across biology, drug discovery, and translational medicine. It is designed specifically for life sciences workflows, where researchers must navigate large volumes of literature, experimental data, and specialized databases to generate and validate new ideas. It combines deep domain understanding in areas such as chemistry, genomics, protein engineering, and disease biology with advanced tool-use capabilities, allowing it to interact with scientific databases, analyze experimental outputs, and support complex, multi-step reasoning tasks. It can assist with evidence synthesis, hypothesis generation, literature review, sequence interpretation, and experimental planning, helping scientists move faster from raw data to actionable insights. GPT-Rosalind transforms complex, time-intensive research processes into more efficient AI-assisted workflows. -
47
C++
C++
C++ is a simple and clear language in its expressions. It is true that a piece of code written with C++ may be seen by a stranger of programming a bit more cryptic than some other languages due to the intensive use of special characters ({}[]*&!|...), but once one knows the meaning of such characters it can be even more schematic and clear than other languages that rely more on English words. Also, the simplification of the input/output interface of C++ in comparison to C and the incorporation of the standard template library in the language, makes the communication and manipulation of data in a program written in C++ as simple as in other languages, without losing the power it offers. It is a programming model that treats programming from a perspective where each component is considered an object, with its own properties and methods, replacing or complementing structured programming paradigm, where the focus was on procedures and parameters.Starting Price: Free -
48
GPT-5 pro
OpenAI
GPT-5 Pro is OpenAI’s most advanced AI model, designed to tackle the most complex and challenging tasks with extended reasoning capabilities. It builds on GPT-5’s unified architecture, using scaled, efficient parallel compute to provide highly comprehensive and accurate responses. GPT-5 Pro achieves state-of-the-art performance on difficult benchmarks like GPQA, excelling in areas such as health, science, math, and coding. It makes significantly fewer errors than earlier models and delivers responses that experts find more relevant and useful. The model automatically balances quick answers and deep thinking, allowing users to get expert-level insights efficiently. GPT-5 Pro is available to Pro subscribers and powers some of the most demanding applications requiring advanced intelligence. -
49
Codex Security
OpenAI
Codex Security is an AI-powered application security agent developed by OpenAI to help teams detect and fix vulnerabilities in software systems. The tool analyzes code repositories to understand the structure, architecture, and potential risk areas within a project. Using this context, it identifies complex security issues that traditional scanning tools might overlook. Codex Security prioritizes vulnerabilities based on their real-world impact, helping security teams focus on the most critical threats. The system also validates findings through sandboxed testing environments to reduce false positives and improve accuracy. Once vulnerabilities are confirmed, it proposes patches and remediation steps that align with the system’s existing behavior. By combining AI reasoning with automated validation, Codex Security helps development teams ship more secure code faster. -
50
GPT-5-Codex-Mini
OpenAI
GPT-5-Codex-Mini is a compact and cost-efficient version of GPT-5-Codex designed to deliver roughly four times more usage with only a slight tradeoff in capability. It’s optimized for handling routine or lighter programming tasks while maintaining reliable output quality. Developers can access it through the CLI and IDE extension by signing in with ChatGPT, with API access coming soon. The system automatically suggests switching to GPT-5-Codex-Mini when users near 90% of their rate limits, helping extend uninterrupted usage. ChatGPT Plus, Business, and Edu users receive 50% higher rate limits, offering more flexibility for frequent workflows. Pro and Enterprise accounts are prioritized for faster processing, ensuring smoother, high-speed performance across larger workloads.