Skip to content

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. We spot-checked this page against provider documentation on July 27, 2026. 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-5.6 Sol or Kimi K3 when the same model may also need to coordinate later.
  • Gemini 3.6 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 provider-native IDs: gpt-5.6-sol, gpt-5.6-terra, and gpt-5.6-luna. The gpt-5.6 alias routes to Sol.
  • Context: roughly 1M on Sol and Terra; 400K on Luna.
  • Control surface: reasoning.effort where supported; sampling defaults are usually enough unless a specific API task needs tuning.
  • Best for: Sol for difficult reasoning, implementation, and coordination; Terra for balanced work; Luna for high-volume work.
  • Source: OpenAI latest-model guide

Anthropic Claude Family

  • Current provider-native IDs: claude-fable-5, claude-opus-5, and claude-sonnet-5; Claude Haiku 4.5 remains the faster, lighter option.
  • Context: 1M on Fable 5, Opus 5, and Sonnet 5.
  • Control surface: use effort and thinking controls where documented. Fable 5 always uses adaptive thinking; keep sampling defaults unless the current model page says otherwise.
  • Best for: Fable 5 for 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_effort values low, high, and max; the default is max. 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.6 Flash and Gemini 3.5 Flash-Lite stable; Gemini 3.1 Pro remains a preview option.
  • Context: Gemini handles large contexts well; exact limits and rate limits vary by tier and model.
  • Control surface: Gemini 3.6 Flash, Gemini 3.5 Flash-Lite, and future releases deprecate temperature, top_p, and top_k; use thinking_level where relevant.
  • Best for: large-corpus synthesis, volume processing, multimodal tasks, Google platform workflows.
  • Source: Gemini latest-model guide

Access paths

Access pathBest forNotes
Provider web appFast explorationGood for trying a model before wiring API access.
Google AI StudioGemini API keys and free-tier experimentsUse for direct Gemini model access, not Antigravity CLI auth.
Cherry StudioGUI model comparison and knowledge basesBest first interface for many researchers.
OpenCodeCLI-side provider comparisonUseful when model choice is part of the method.
Vox MCPMulti-model access inside an MCP clientPure passthrough; good for challenge and triangulation.
Claude Code / Antigravity CLIAgentic project workProduct 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/modelRecommendation
Claude 5 familyKeep sampling defaults; use effort and the model's documented thinking controls.
Gemini 3.6 Flash / 3.5 Flash-LiteRemove deprecated temperature, top_p, and top_k; use thinking_level and prompt constraints.
Kimi K3 / K2.7 / K2.6Omit sampling parameters; use reasoning_effort on K3.
GLM-5.2Default temperature is 1.0; prefer reasoning_effort for thinking control.
DeepSeek V4Use thinking mode and reasoning_effort; keep other controls at provider defaults.
xAI Grok 4.5Prefer reasoning_effort; 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