1 dépôt
APIs that accept cursor context and return ranked text completions for insertion at the cursor position.
Distinct from LLM Completion Requests: Distinct from LLM Completion Requests: focuses on code-specific cursor context completions, not general language model response generation.
Explore 1 awesome GitHub repository matching artificial intelligence & ml · Cursor Context Completion APIs. Refine with filters or upvote what's useful.
TabNine is an AI-powered code completion engine that runs a deep-learning model to generate real-time code suggestions across all programming languages. It operates as an editor plugin that communicates with a backend through a JSON message-passing interface, processing code entirely on the local machine or within a private cloud to keep source code secure and private. The system provides a completion request API that accepts cursor context and returns ranked text completions, with features for configuring completion regions, prefetching files for indexing, and managing binary versions and up
Provides an API that accepts cursor context and returns ranked text completions for insertion at the cursor position.