awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesCursor Context Completion APIs

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.

Awesome Cursor Context Completion APIs GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • codota/tabnineAvatar de codota

    codota/TabNine

    10,784Voir sur GitHub↗

    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.

    Shellaiartificial-intelligenceatom-package
    Voir sur GitHub↗10,784
  1. Home
  2. Artificial Intelligence & ML
  3. Generative AI Resources
  4. Decoding & Sampling Controls
  5. AI Completion Services
  6. Model Completion Requests
  7. LLM Completion Requests
  8. Cursor Context Completion APIs