Core References
AI Model Reference Guide
Compare current AI model families, understand reasoning and sampling controls, and choose models for research reasoning, writing, and analysis tasks
The available models change fast; the task-fit question stays constant.
Overview: current, but not permanent
Warning
AI model names, aliases, pricing, rate limits, and control parameters change quickly. The last broad catalogue review was August 31, 2026; the OpenAI, Claude, Gemini, Kimi, and xAI entries were spot-checked against official documentation on September 7. This documentation pass does not prove availability on your account. Before building a workflow around a specific model ID, check the provider's current model list.
The practical question is not "which model is best?" It is which model, access path, and control surface fit the task:
- Reasoning depth: Can it handle theoretical tension and multi-step analysis?
- Context capacity: Can it read the relevant corpus without destructive chunking?
- Writing behavior: Does it preserve academic nuance and voice?
- Cost and latency: Can you afford to iterate?
- Control surface: Does it want reasoning effort, thinking level, prompt constraints, or sampling parameters?
Which AI Model Fits This Task?
Research Memex currently separates worker choice from coordination choice.
Good starting points:
- Claude Opus 5 or Claude Sonnet 5 for theory, critique, nuanced writing, and focused implementation.
- GPT-6 Astra or Kimi K3 when the same model may also need to coordinate later.
- Gemini 3.8 Flash or Gemini 3.1 Pro preview for large-context synthesis.
- GLM-5.2 for long-context coding-agent reasoning and Chinese-English synthesis.
Use cases: theory building, critical analysis, synthesis, methodology design, and one scoped coding task.
Working rule: start with cheaper or free access for exploration, then move the strongest prompt and evidence set to the model you trust for final reasoning.
See the AI Model Reference Guide for the full comparison.
Current model families
OpenAI GPT Family
- Current flagship provider-native ID:
gpt-6-astra. The GPT-5.6 family remains available asgpt-5.6-sol,gpt-5.6-terra, andgpt-5.6-luna; thegpt-5.6alias routes to Sol, not Astra. - Context: roughly 1M on Astra, Sol, Terra, and Luna. Check the model catalogue for exact limits.
- Control surface:
reasoning.effortwhere supported. Astra supportslowthroughmax, but notnone; check the exact model's controls before reusing an older configuration. - Best for: Astra for demanding end-to-end research and implementation; Sol as a previous-generation worker/coordinator; Terra for balanced work; Luna for high-volume work.
- Source: OpenAI latest-model guide
Anthropic Claude Family
- Current provider-native IDs:
claude-fable-5-1,claude-opus-5, andclaude-sonnet-5; Claude Haiku 4.5 remains the faster, lighter option. Fable 5 remains active, but is no longer the newest Fable release. - Context: 1M on Fable 5.1, Opus 5, and Sonnet 5.
- Control surface: use
effortand thinking controls where documented. Fable 5.1 always uses adaptive thinking; keep sampling defaults unless the current model page says otherwise. - Best for: Fable 5.1 for demanding reasoning and long-running agent coordination; Opus 5 and Sonnet 5 for bounded analysis, writing, and implementation tasks.
- Source: Claude model docs
Kimi Family (Moonshot AI)
- Current provider-native ID:
kimi-k3. Kimi K2.7 Code and K2.7 Code Highspeed remain coding specialists; Kimi K2.6 remains a lower-cost general option. - Context: 1M on Kimi K3; 256K on the current K2 models.
- Control surface: Kimi K3 always thinks and accepts
reasoning_effortvalueslow,high, andmax; the default ismax. Omit sampling parameters. - Best for: Kimi K3 as either a direct worker or a multi-model coordinator; K2.7 Code for focused coding and review.
- Source: Kimi K3 quickstart
Google Gemini Family
- Current anchor:
gemini-3.8-flashis the newer stable Flash release;gemini-3.7-flashandgemini-3.6-flashremain available,gemini-3.5-flash-liteserves volume work, andgemini-3.1-pro-previewremains a preview choice. A tool's configured default may lag the provider's newest release. - Context: Gemini handles large contexts well; exact limits and rate limits vary by tier and model.
- Control surface: Current Gemini 3.x releases deprecate
temperature,top_p, andtop_k; usethinking_levelwhere relevant. - Best for: large-corpus synthesis, volume processing, multimodal tasks, Google platform workflows.
- Source: Gemini latest-model guide
Access paths
| Access path | Best for | Notes |
|---|---|---|
| Provider web app | Fast exploration | Good for trying a model before wiring API access. |
| Google AI Studio | Gemini API keys and free-tier experiments | Use for direct Gemini model access, not Antigravity CLI auth. |
| Cherry Studio | GUI model comparison and knowledge bases | Best first interface for many researchers. |
| OpenCode | CLI-side provider comparison | Useful when model choice is part of the method. |
| Vox MCP | Multi-model access inside an MCP client | Pure passthrough; good for challenge and triangulation. |
| Claude Code / Antigravity CLI | Agentic project work | Product sign-in flows, not generic provider-key clients. |
Configuration: defaults first
Sampling is no longer the default lever
The old advice was to tune temperature for every model. That is now misleading. Many current reasoning models either reject sampling changes, ignore them, or explicitly recommend defaults.
Default rule: omit temperature, top_p, and top_k unless the provider currently documents that the model supports and benefits from changing them.
Provider-specific notes:
| Provider/model | Recommendation |
|---|---|
| Claude 5 family | Keep sampling defaults; use effort and the model's documented thinking controls. |
| Gemini Flash / Flash-Lite | Use the exact model's documented thinking controls; omit deprecated sampling parameters. |
| Kimi K3 / K2.7 / K2.6 | Omit sampling parameters; use reasoning_effort on K3. |
| GLM-5.2 | Default temperature is 1.0; prefer reasoning_effort for thinking control. |
| DeepSeek V4 | Use thinking mode and reasoning_effort; keep other controls at provider defaults. |
| xAI Grok 4.6 | Prefer documented reasoning controls; watch incompatible parameters on reasoning models. |
If a compatible model requires a temperature and the provider offers no task-specific guidance, start at 1.0. Go lower only for mechanical extraction or classification where repeatability matters.
Strategic model usage
Use cheap or free access paths to learn model behavior against your own corpus.
- Start with Google AI Studio, Cherry Studio, OpenCode, or OpenRouter.
- Run the same prompt across at least three model families.
- Record failure modes, not just best answers.
- Promote a model only after it handles your real material.
Free and low-cost options
Google AI Studio remains the easiest free/low-cost backup for Gemini API work, but limits change often. Check Gemini rate limits before relying on a quota for teaching or batch work.
Other cost-management paths:
- Use OpenCode or Cherry Studio to compare providers before committing to a long run.
- Use DeepSeek or Qwen for high-volume screening when quality is sufficient.
- Use local models when privacy matters more than frontier quality.
- Reserve expensive models for the final synthesis, argument, or validation pass.
Next step
The reference above tells you what is available. The companion page tells you how to test those choices against your own materials: AI Model Discovery Protocol.
cite this page
Lin, X. (2026). AI Model Reference Guide. Research Memex. https://research-memex.org/docs/implementation/core-references/ai-model-reference-guide
@misc{docs-implementation-core-references-ai-model-reference-guide-2026,
author = {Xule Lin},
title = {AI Model Reference Guide},
year = {2026},
howpublished = {\url{https://research-memex.org/docs/implementation/core-references/ai-model-reference-guide}},
note = {ORCID: 0000-0001-7885-4194}
}one renderingthe source remains