Use cases
Create a free accountBrowse all models
AI API for coding & developer tools
Point your coding agent at one OpenAI-compatible endpoint and use reasoning- and tool-capable models — from frontier models to free open coders — for code generation, refactoring and agentic edits. The same base URL works in Cursor, Cline, Claude Code, Aider and more.
40 curated models3 free at $0OpenAI- & Anthropic-compatiblePay-as-you-go
Works with your coding tool
Models for coding
Reasoning- and tool-use models suited to coding — including dedicated coder variants. Pick a free one to prototype, or a frontier model when you scale.
| Model | Tier | Context | Price in / out (1M) | |
|---|---|---|---|---|
| Claude Fable 5 | Paid | — | $7.00 / $35.00 | View |
| Claude Haiku 4.5 | Paid | 200K | $0.50 / $2.50 | View |
| Claude Opus 4 | Paid | — | $3.21 / $16.08 | View |
| Claude Opus 4.1 | Paid | 200K | $25.68 / $128.64 | View |
| Claude Opus 4.5 | Paid | 200K | $2.50 / $12.50 | View |
| Claude Opus 4.6 | Paid | 1M | $2.85 / $14.25 | View |
| Claude Opus 4.7 | Paid | 1M | $2.50 / $12.50 | View |
| Claude Opus 4.8 | Paid | 1M | $2.50 / $12.50 | View |
| Claude Opus 5 | Paid | 1M | $3.58 / $17.88 | View |
| Claude Sonnet 4 | Paid | 200K | $0.63 / $3.21 | View |
| Claude Sonnet 4.5 | Paid | 1M | $1.50 / $7.50 | View |
| Claude Sonnet 4.6 | Paid | — | $1.50 / $7.50 | View |
| Claude Sonnet 5 | Paid | 1M | $1.59 / $7.97 | View |
| DeepSeek | Paid | — | $0.33 / $0.63 | View |
| DeepSeek R1 | Paid | 64K | $0.87 / $3.42 | View |
| DeepSeek R1 | Paid | — | $0.87 / $3.42 | View |
| DeepSeek Reasoner | Paid | — | $0.29 / $1.14 | View |
| DeepSeek V3 | Paid | — | $0.18 / $0.74 | View |
| DeepSeek V3.1 | Paid | 131K | $0.87 / $2.58 | View |
| DeepSeek V3.1 Terminus | Paid | — | $1.74 / $5.22 | View |
| DeepSeek V3.2 | Paid | 164K | $0.19 / $0.28 | View |
| DeepSeek V4 Flash | Paid | — | $0.12 / $0.24 | View |
| DeepSeek V4 Pro | Paid | — | $0.41 / $0.84 | View |
| Devstral | Free | — | $0.20 / $0.20 | View |
| Devstral Latest | Free | — | $0.20 / $0.20 | View |
| Devstral Medium Latest | Free | — | $0.20 / $0.20 | View |
| Doubao Seed 1.6 Thinking | Paid | — | $0.33 / $3.42 | View |
| Doubao Seed 1.6 Thinking | Paid | — | $0.33 / $3.42 | View |
| Gemini 2.5 Flash | Paid | 1M | $0.40 / $2.50 | View |
| Gemini 2.5 Pro | Paid | 2M | $0.70 / $2.20 | View |
| Gemini 3 Flash | Paid | 1M | $0.26 / $1.59 | View |
| Gemini 3 Pro | Paid | 2M | $1.90 / $9.98 | View |
| Gemini 3.1 Flash Lite | Paid | 1M | $0.14 / $0.75 | View |
| Gemini 3.1 Pro | Paid | 2M | $1.00 / $6.00 | View |
| Gemini 3.1 Pro Preview Customtools | Paid | — | $1.77 / $10.68 | View |
| Gemini 3.5 Flash | Paid | — | $1.20 / $7.20 | View |
| Gemini 3.5 Flash Lite | Paid | — | $0.25 / $2.06 | View |
| Gemini 3.6 Flash | Paid | — | $1.23 / $6.17 | View |
| GLM 4 | Paid | — | $0.06 / $0.27 | View |
| GLM 4.5 | Paid | — | $0.59 / $2.18 | View |
Connect in three lines
Same code as the OpenAI SDK — change the base URL and key, pick a model id:
from openai import OpenAI
client = OpenAI(
base_url="https://api.airforce/v1",
api_key="YOUR_KEY",
)
resp = client.chat.completions.create(
model="claude-fable-5",
messages=[{"role": "user", "content": "Hello!"}],
)
print(resp.choices[0].message.content)Frequently asked questions
- Which models are good for coding on Api.Airforce?
- Reasoning- and tool-use models suited to coding — including dedicated coder variants. Pick a free one to prototype, or a frontier model when you scale. The list above is ranked by that signal and updates as new models launch — currently it features Claude Fable 5, Claude Haiku 4.5, Claude Opus 4 and more.
- Can I use Api.Airforce with Claude Code, Cursor, Cline?
- Yes. Claude Code, Cursor, Cline, Aider, Continue, Zed, OpenCode, Roo Code, Kilo Code all support an OpenAI-compatible endpoint — point them at https://api.airforce/v1 with your key and pick a model id. Setup guides are linked above.
- Are there free models for coding?
- Yes — 3 of the featured models are on the free tier and callable at $0 (no credit card). The rest are pay-as-you-go.
- How do I connect my coding tool?
- Set the base URL to https://api.airforce/v1 and your API key in the tool's "OpenAI-compatible" provider settings, then choose a model id from the table above. The same key also speaks the Anthropic Messages API.