Business Software for Kimi K2.7 Code - Page 2

Top Software that integrates with Kimi K2.7 Code as of June 2026 - Page 2

  • 1
    Shiori

    Shiori

    Shiori

    Shiori is a multi-model AI chat platform designed to provide access to dozens of leading AI systems within a single unified interface, allowing users to switch seamlessly between models such as GPT, Claude, Gemini, Grok, and others during the same conversation. It combines conversational AI with a wide range of generation and productivity tools, enabling users to create text, images, videos, and speech outputs directly from one workspace. It supports over 45 AI models and integrate capabilities like document analysis, file uploads, web search, and code execution, allowing users to analyze PDFs, research topics, and generate content without switching tools. It emphasizes flexibility by letting users choose the most suitable model for each task, whether for coding, writing, or data analysis, while maintaining persistent memory and real-time synchronization across devices.
    Starting Price: Free
  • 2
    Hermes Agent

    Hermes Agent

    Nous Research

    Hermes Agent by Nous Research is an open-source autonomous AI agent designed to run locally on your server and improve over time. It operates independently from traditional chatbots by maintaining persistent memory and learning from past interactions. The agent can integrate with multiple platforms such as Slack, Discord, Telegram, and WhatsApp through a unified gateway. Hermes supports automation tasks like scheduling reports, managing workflows, and executing commands using natural language. It also enables parallel task execution through subagents, improving efficiency for complex operations. With built-in tools for web browsing, search, and code execution, it provides a versatile environment for various tasks. Overall, Hermes Agent acts as a continuously evolving AI system that adapts to user needs and workflows.
    Starting Price: $20/month
  • 3
    Claw Code

    Claw Code

    Claw Code

    Claw Code is an open-source AI coding agent framework designed to replicate and expand upon modern AI-assisted development architectures. Built using a combination of Python and Rust, it delivers a modular and high-performance system for coding automation. The framework features a plugin-based tool system, allowing developers to execute tasks like file operations, shell commands, and web interactions with permission controls. Its core query engine manages LLM interactions, enabling intelligent code generation, analysis, and multi-step task execution. Claw Code supports multi-agent orchestration, allowing complex tasks to be broken down into parallel workflows. It is provider-agnostic, meaning it can integrate with multiple AI models rather than being limited to a single ecosystem. Overall, Claw Code offers developers a flexible, transparent, and customizable foundation for building advanced AI coding agents.
    Starting Price: Free
  • 4
    Oh My OpenAgent

    Oh My OpenAgent

    Oh My OpenAgent

    Oh My OpenAgent is an open-source AI agent harness designed to automate complex development workflows with minimal human intervention. It features a multi-agent system where specialized agents collaborate to plan, execute, and verify tasks efficiently. The platform includes an advanced orchestration layer that separates planning and execution, ensuring high-quality outcomes. Its “Ultra Work” mode enables full automation by combining auto-planning, deep research, and self-correcting loops. Oh My OpenAgent supports parallel agent execution, allowing multiple tasks to run simultaneously for faster results. The system emphasizes reliability through independent verification of all outputs and continuous learning across tasks. Overall, it provides a powerful framework for developers seeking autonomous, high-performance AI-driven coding workflows.
    Starting Price: Free
  • 5
    ZooClaw

    ZooClaw

    ZooClaw

    ZooClaw is a proactive AI platform designed to replace a single generic assistant with a coordinated team of specialized AI agents that work together to complete real tasks. Instead of requiring users to choose tools or craft prompts, it acts as a single entry point where users can describe a task in natural language and have it automatically routed to the most suitable specialist agent with structured domain knowledge. These agents are built for specific roles such as marketing, data analysis, coding, or office tasks, allowing them to produce more context-aware and actionable outputs than general-purpose AI systems. ZooClaw emphasizes a “zero-setup” experience, eliminating the need for API keys, deployments, or technical configuration, making it accessible to both technical and non-technical users. It operates on an intelligent routing system that selects the best underlying AI models for each task while maintaining workflow continuity through fallback options when needed.
    Starting Price: Free
  • 6
    Pi Agent
    Pi is a minimal terminal coding harness built to adapt to developer workflows instead of forcing developers to adapt to it. It ships with powerful defaults, but stays intentionally small and aggressively extensible, letting users customize Pi with extensions, skills, prompt templates, themes, and shareable packages from npm or git. If a team needs a command, tool, provider, workflow, or UI tweak, they can ask Pi to build it, manipulate it in place, reload, and keep going. Pi supports interactive, print/JSON, RPC, and SDK modes, making it usable as a full terminal UI, a scriptable command, a JSON event stream, or an embeddable agent harness. It works with 15+ providers and hundreds of models, including Anthropic, OpenAI, Google, Azure, Bedrock, Mistral, Groq, Cerebras, xAI, Hugging Face, Kimi For Coding, MiniMax, OpenRouter, Ollama, and more, with mid-session model switching.
    Starting Price: Free
  • 7
    Factory Droid

    Factory Droid

    Factory.ai

    Factory Droid is an enterprise-grade AI development platform from Factory.ai that helps engineering teams build, refactor, migrate, and ship software faster. The platform acts as an orchestration layer for autonomous engineering, allowing teams to plan complex initiatives and delegate execution to parallel AI Droids. Developers can use Droid to manage multi-step workflows such as feature development, code migrations, refactors, and other large engineering tasks. Factory Droid is designed for both fast-moving software teams and enterprise environments that require security, compliance, and scalable infrastructure. The platform supports industries such as financial services, healthcare, telecom, defense, national security, national labs, and SaaS. Factory Droid helps organizations accelerate development by combining AI agents, mission planning, and autonomous software execution in one engineering platform.
    Starting Price: $20/month
  • 8
    JavaScript

    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
  • 9
    C#

    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
  • 10
    Bash

    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
  • 11
    Kimi Code
    Kimi Code is a developer-centric AI coding agent included as part of the Kimi Membership, designed to boost productivity by automating software development tasks and seamlessly integrating into popular workflows. It offers high-performance CLI tools and supports integration with terminal environments and IDEs like VS Code, allowing developers to read and edit code, answer questions about codebases, generate features, fix bugs, refactor, and verify changes through a natural-language interface. With a dedicated console showing real-time logs, request quotas, and pace controls, the platform lets users configure API keys for use in tools such as Kimi CLI, Claude Code, and Roo Code, enabling faster coding with AI assistance within commits and existing workflows. In VS Code, Kimi Code features a native chat panel with slash commands, file and folder references, diff views, and integration with external tools for context-aware coding support.
    Starting Price: $15 per month
  • 12
    APIFree

    APIFree

    APIFree

    APIFree is a unified AI Model-as-a-Service platform that provides developers and enterprises with seamless access to multiple leading AI models through a single standardized API layer. It aggregates mainstream open-source and proprietary models across text, image, video, audio, and code, allowing teams to integrate multimodal AI capabilities without managing separate vendor accounts, SDKs, or billing systems. Built to reduce infrastructure complexity, APIFree offers an OpenAI-compatible endpoint so applications can connect quickly while maintaining flexibility to switch between providers as needed. It emphasizes broad model coverage, lower end-to-end latency, and high availability, enabling organizations to focus on product innovation rather than platform fragmentation. With unified authentication, quota management, usage analytics, and cost controls at the platform level, APIFree simplifies AI deployment workflows and improves operational efficiency.
    Starting Price: $0.08 per month
  • 13
    Kimi Work

    Kimi Work

    Moonshot AI

    Kimi Work is a desktop AI productivity platform developed by Moonshot AI that acts as an intelligent local agent for knowledge workers. The application connects directly to local files, automates workflows, and performs browser-based tasks through its WebBridge automation capabilities. Users can delegate research, data collection, document generation, and repetitive tasks while Kimi Work executes them autonomously in the background. The platform includes scheduled task automation, allowing workflows, scripts, and AI-driven processes to run automatically at specified times. Kimi Work also supports agent collaboration through its Agent Swarm technology, enabling multiple specialized AI agents to work together on complex projects. By combining local file access, automation, web interaction, and AI-powered productivity tools, Kimi Work helps users streamline research, analysis, and knowledge work activities.
    Starting Price: $19/month
  • 14
    C++

    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
  • 15
    CoreWeave

    CoreWeave

    CoreWeave

    CoreWeave is a cloud infrastructure provider specializing in GPU-based compute solutions tailored for AI workloads. The platform offers scalable, high-performance GPU clusters that optimize the training and inference of AI models, making it ideal for industries like machine learning, visual effects (VFX), and high-performance computing (HPC). CoreWeave provides flexible storage, networking, and managed services to support AI-driven businesses, with a focus on reliability, cost efficiency, and enterprise-grade security. The platform is used by AI labs, research organizations, and businesses to accelerate their AI innovations.
  • 16
    Novita AI

    Novita AI

    Novita AI

    Novita AI is an AI-native cloud platform that enables developers and organizations to build, deploy, and scale AI applications using a unified infrastructure stack. The platform combines serverless Model APIs, secure Agent Sandbox environments, and high-performance GPU Cloud services, allowing teams to access over 200 AI models, run autonomous agents, and deploy GPU-powered workloads from a single platform. With support for text, image, audio, video, and vision models, Novita AI eliminates the complexity of managing multiple providers and infrastructure layers. Its scalable architecture, low-latency performance, and flexible deployment options help builders move from experimentation to production quickly and efficiently.
  • 17
    Together AI

    Together AI

    Together AI

    Together AI provides an AI-native cloud platform built to accelerate training, fine-tuning, and inference on high-performance GPU clusters. Engineered for massive scale, the platform supports workloads that process trillions of tokens without performance drops. Together AI delivers industry-leading cost efficiency by optimizing hardware, scheduling, and inference techniques, lowering total cost of ownership for demanding AI workloads. With deep research expertise, the company brings cutting-edge models, hardware, and runtime innovations—like ATLAS runtime-learning accelerators—directly into production environments. Its full-stack ecosystem includes a model library, inference APIs, fine-tuning capabilities, pre-training support, and instant GPU clusters. Designed for AI-native teams, Together AI helps organizations build and deploy advanced applications faster and more affordably.
    Starting Price: $0.0001 per 1k tokens
  • 18
    Kimi Claw

    Kimi Claw

    Moonshot AI

    Kimi Claw is a cloud-based deployment solution that allows users to launch OpenClaw instantly with just one click. OpenClaw is an AI assistant designed with personality and long-term memory capabilities to create more engaging and contextual interactions. With Kimi handling the deployment process, there is no need for complicated setup or server management. The assistant stays online 24/7, ensuring continuous availability for conversations and task execution. Kimi Claw comes configured with Kimi K2.5 Thinking, enhancing its reasoning and problem-solving abilities. It also includes ready-to-use skills that enable proactive task completion across different workflows. The assistant can operate across multiple messaging apps, allowing users to chat freely and manage tasks seamlessly from various platforms.
  • 19
    Tabbit Browser

    Tabbit Browser

    Tabbit Browser

    Tabbit Browser is an AI-native web browser designed to combine browsing, search, automation, and AI assistance directly inside the browsing experience. Instead of treating AI as a separate chatbot, the browser integrates AI tools that understand the context of the pages, files, and tabs a user is working with, allowing them to interact with content more intelligently while browsing. Users can add references such as text, screenshots, web pages, or files as context so the AI can generate precise answers and insights related to what they are currently viewing. It also allows switching between multiple advanced AI models, including GPT, Gemini, Claude, and others, so users can choose the model best suited for a particular task or workflow. A central feature of Tabbit is its ability to chat directly with web content. Users can highlight text, capture screenshots, or reference pages and ask the browser to summarize, explain, or analyze the information without leaving the page.
  • 20
    Cherry Studio

    Cherry Studio

    Cherry Studio

    Cherry Studio is an all-in-one AI assistant and cross-platform desktop client that brings hundreds of AI models into one unified workspace for Windows, macOS, and Linux. It connects to major model providers and lets users switch between different AI services without juggling separate apps, browser tabs, or fragmented workflows. It is designed as a powerful local AI productivity hub, supporting everyday chat, writing, translation, research, coding help, document understanding, image understanding, and multimodal AI workflows from a single interface. Users can configure model providers, manage assistants, organize conversations, and work with different models depending on the task, making Cherry Studio useful for both casual AI use and more advanced experimentation. Its assistant system allows users to create, subscribe to, and manage role-based assistants with specialized prompts for scenarios such as product management, community operations, technical support, strategy, etc.
  • 21
    Cerebras

    Cerebras

    Cerebras

    We’ve built the fastest AI accelerator, based on the largest processor in the industry, and made it easy to use. With Cerebras, blazing fast training, ultra low latency inference, and record-breaking time-to-solution enable you to achieve your most ambitious AI goals. How ambitious? We make it not just possible, but easy to continuously train language models with billions or even trillions of parameters – with near-perfect scaling from a single CS-2 system to massive Cerebras Wafer-Scale Clusters such as Andromeda, one of the largest AI supercomputers ever built.
  • 22
    C

    C

    C

    C is a programming language created in 1972 which remains very important and widely used today. C is a general-purpose, imperative, procedural language. The C language can be used to develop a wide variety of different software and applications including operating systems, software applications, code compilers, databases, and more.
  • 23
    HTML

    HTML

    HTML

    HTML, short for HyperText Markup Language, is the markup language that is used by every website on the internet. HTML is code that websites use to build and structure every part of their website and web pages. HTML5 is a markup language used for structuring and presenting content on the World Wide Web. It is the fifth and final major HTML version that is a World Wide Web Consortium (W3C) recommendation. The current specification is known as the HTML Living Standard. It is maintained by the Web Hypertext Application Technology Working Group (WHATWG), a consortium of the major browser vendors (Apple, Google, Mozilla, and Microsoft). HTML5 includes detailed processing models to encourage more interoperable implementations; it extends, improves, and rationalizes the markup available for documents and introduces markup and application programming interfaces (APIs) for complex web applications. For the same reasons, HTML5 is also a candidate for cross-platform mobile applications.
Auth0 Logo