How to Run Claude Opus 5 & GPT-5.6 Sol Free with Aerolink
Configure Claude Code and Codex CLI to use Claude Opus 5 and GPT-5.6 Sol through Aerolink without a separate Anthropic or OpenAI API bill.
0 of 7 steps complete
Frontier coding models can help with architecture, debugging, automation, and full-stack development, but direct API usage can become expensive. This guide shows how to keep the existing Aerolink setup while configuring Claude Code for Claude Opus 5 and Codex CLI for GPT-5.6 Sol more safely.
Aerolink is a third-party model gateway. It supplies its own API key and may provide promotional or recurring credits, so "free" here means that you can use the gateway's available credit without maintaining a separately billed Anthropic or OpenAI API account. Credit amounts, refresh schedules, model availability, and usage limits can change. Confirm the current terms in your Aerolink dashboard before relying on the service for an important project.
You will install the official Claude Code and Codex CLI packages, create an Aerolink key, configure the gateway endpoints, and verify each CLI from a project folder. The instructions avoid deleting your existing Codex configuration and keep the gateway key in an environment variable instead of placing it directly in config.toml.
Privacy reminder: prompts, source files, and tool output sent through a third-party gateway may pass through that provider's infrastructure. Review its privacy policy and terms, do not send secrets or confidential client code unless the service is approved for that data, and revoke any key that is accidentally exposed.
Secure Your Free Aerolink Account
Open https://aerolink.lat in your browser and create an account. Google authentication may be available, but use whichever sign-in method you trust and secure the account with the protections offered by the service.
After signing in:
- Complete any human-verification prompt.
- Open the Dashboard and confirm that your account is active.
- Review the displayed balance, refresh schedule, supported models, request limits, and current terms.
- Bookmark the dashboard because you will use it later to monitor usage and revoke keys.
The screenshot below shows the dashboard layout available when this tutorial was prepared. The interface and credit schedule may change, so treat the values shown in your own dashboard as authoritative. A new account may initially display a zero balance while its first credit cycle is pending.
Do not use an account password that you reuse elsewhere. Aerolink is a third-party gateway rather than an official Anthropic or OpenAI service.
Generate Your Custom API Key
Install the CLIs
Configure Your Local Environments
Configuring Codex CLI (GPT-5.6 Sol)
Create config.toml
Start Building!
Related AI setup guides
Install Claude Code Using OpenRouter (Free)
Get Claude Code running for free in minutes using OpenRouter's generous free-tier models. No Anthropic account needed.
AI Coding Assistants6 AI Agent Trends Shaping 2026
Explore multi-agent orchestration, coding agents, governance, agentic commerce, and the practical trends shaping AI products in 2026.
AI Coding AssistantsInstall OpenAI Codex CLI
Run OpenAI's Codex CLI from your terminal to automate coding tasks, write scripts, and modify files with AI.
AI Coding AssistantsInstalling claude code for free
This methods is very interesting and easy to implement