CoCo AI (Coding Assistant)

CoCo AI is our AI-assisted coding service, utilizing Chat AI and is accessible via your SAIA API key. It brings large language models directly into your development environment for code suggestions, chat-based assistance, and autonomous multi-step coding tasks.

Getting Started

Before configuring any tool, you need:

  1. A SAIA API key. If you don’t have one yet, request one here.
  2. A supported editor or terminal. See the sections below.
  3. A model to use. Browse the available models. We recommend starting with qwen3-coder-30b-a3b-instruct or devstral-2-123b-instruct-2512 for coding tasks.
Info

Only models hosted on GWDG’s HPC infrastructure (internal models) are available via the API. External models (e.g., GPT-4, Claude) are accessible through the Chat AI web interface only and cannot be used with CoCo AI.

Code Completion vs. Agentic Coding

CoCo AI supports two categories of AI-assisted development:

Code CompletionAgentic Coding
What it doesInline suggestions as you type, plus chat for explaining or editing codeAutonomous multi-step tasks: reading your codebase, editing files, running commands
Level of autonomyYou drive; the model suggestsThe model drives; you review and approve
Best forWriting code faster, understanding unfamiliar code, quick editsRefactoring across files, generating tests, scaffolding projects

Not sure which to start with? Code completion is the simpler entry point. If you find yourself describing multi-step plans in the chat, consider switching to an agentic tool.

Contents