AI Models

313 models · 2 new in 60d

Compare →
  • Claude Opus 5New

    Anthropic · 1M tokens · →

    Best for: For complex agentic coding and enterprise work

    How: client.messages.create({model: "claude-opus-5", messages: [...]})

    Example: Use via the Anthropic SDK with model='claude-opus-5'.

    1M tokens contextadaptive thinking128k tokens max outputagentic coding

    API: api.anthropic.com — model: claude-opus-5 · AWS Bedrock · GCP Vertex AI

    Max output: 128k tokens. Adaptive thinking enabled by default.

  • Claude Opus 4.7

    Anthropic · 1M tokens · $5/M → $25/M

    Best for: Most capable generally available model. Complex multi-step coding, long agentic workflows, 1M-token codebase reads.

    How: client.messages.create(model='claude-opus-4-7', ...). Adaptive thinking is on by default — no separate extended-thinking mode needed.

    Example: Use Claude Code CLI with --model claude-opus-4-7 to handle PR-sized refactors end-to-end in a single run.

    SWE-bench step-change over Opus 4.6Context 1M (~555k words)
    agentic codingnew tokenizeradaptive thinking1M context128k max output

    API: api.anthropic.com (model: claude-opus-4-7) · AWS Bedrock · GCP Vertex AI · Microsoft Foundry

    Step-change improvement in agentic coding vs Opus 4.6. New tokenizer means 1M tokens ≈ 555k words (vs 750k for Sonnet 4.6).

  • Kimi K2.5

    Moonshot AI · 256K tokens · $0.55/M → $2.19/M

    Best for: Budget alternative to flagship models, Chinese language tasks

    How: OpenAI SDK with base_url='https://api.moonshot.ai/v1'. WARNING: has implicit reasoning that eats max_tokens.

    Example: Use moonshot-v1-8k instead for structured JSON tasks — kimi-k2.5 wastes tokens on hidden thinking.

    reasoningmultimodalcheap

    API: api.moonshot.ai — OpenAI-compatible

    Watch:hidden thinking burns tokenstemperature locked to 1
  • Claude Opus 4.6

    Anthropic · 1M tokens · $15/M → $75/M

    Best for: Complex multi-step coding, large codebase refactors, long-document analysis

    How: Best via Claude Code CLI for coding tasks. For API: messages.create() with system prompt + tools.

    Example: claude-code: point it at a repo, describe the feature, it reads/edits/tests autonomously.

    SWE-bench 72.5%GPQA Diamond 74.9%HumanEval 95.4%
    reasoninglong contexttool useagentic workflowscode generation

    API: api.anthropic.com — SDK: pip install anthropic / npm i @anthropic-ai/sdk

  • Claude Sonnet 4.6

    Anthropic · 200K tokens · $3/M → $15/M

    Best for: Production API backends, real-time chat, moderate complexity coding

    How: Drop-in replacement for Opus when you need faster/cheaper. Same API, just change model ID.

    Example: Use as the default model in your API gateway — upgrade to Opus only for hard problems.

    SWE-bench 65.2%HumanEval 93.8%
    speedcost-efficiencycodingtool use

    API: api.anthropic.com — same SDK as Opus

  • GPT-4.1

    OpenAI · 1M tokens · $2/M → $8/M

    Best for: General-purpose API integration, multimodal apps, coding assistance

    How: client.chat.completions.create(model='gpt-4.1', messages=[...]). Supports vision, tools, JSON mode.

    Example: Build a PR review bot that reads diffs + screenshots and posts comments.

    SWE-bench 54.6%HumanEval 95.3%
    codinginstruction followinglong contextmultimodal

    API: api.openai.com — SDK: pip install openai / npm i openai

  • Gemini 2.5 Pro

    Google · 1M tokens · $1.25/M → $10/M

    Best for: Long-document analysis, multimodal tasks, apps needing search grounding

    How: client.models.generate_content(model='gemini-2.5-pro', contents=[...]). Supports grounding with Google Search.

    Example: Feed a 200-page architecture doc and ask it to find security issues.

    SWE-bench 63.8%GPQA Diamond 67.2%
    multimodallong contextsearch groundingcode generation

    API: generativelanguage.googleapis.com — SDK: pip install google-genai

  • Grok 3

    xAI · 128K tokens · $3/M → $15/M

    Best for: Tasks needing real-time information, math-heavy problems

    How: OpenAI SDK with base_url override. Also supports live search via tools.

    Example: Monitor real-time tech news and generate summaries using live search.

    GPQA Diamond 68.2%AIME 2024 93.3%
    reasoningreal-time datamath

    API: api.x.ai — OpenAI-compatible SDK. Set base_url='https://api.x.ai/v1'

  • AMD GAIA

    AMD · 128K tokens · api

    Best for: Email management and AI assistance

    How: Integrate GAIA with email clients for AI-powered email sorting and response generation

    Example: Use GAIA to automatically categorize incoming emails and suggest replies

    AI companion for emails

    Auto-discovered from news articles.

  • Lemonade 11.0

    AMD · N/A · api

    Best for: Local AI server applications

    How: Integrate Lemonade 11.0 with AMD hardware for on-premises AI workloads

    Example: Use Lemonade 11.0 to deploy AI models leveraging AMD's CPUs, GPUs, and NPUs

    Text-to-speechSupport for AMD Ryzen CPUsSupport for AMD Radeon GPUsSupport for AMD Ryzen AI NPU

    Auto-discovered from news articles.

  • LLM

    NVIDIA · 128K tokens · api

    Best for: training large language models with reduced memory constraints

    How: employ Host Offloading technique during training

    Example: use NVIDIA's LLM training approach to mitigate GPU memory limits

    reduces high-bandwidth memory bottlenecksoptimized for JAX-based training

    Auto-discovered from news articles.

  • GPT-5.6

    OpenAI · 128K tokens · api

    Best for: high-level language tasks requiring deep understanding and generation

    How: use the API by calling `openai.Completion.create(model="gpt-5.6", prompt="your prompt here")`

    Example: Generate a summary of a long document or create a detailed response to a complex question

    state-of-the-art natural language processingadvanced understanding and generation capabilities

    Auto-discovered from news articles.

  • Claude Sonnet 5New

    Anthropic · 1M tokens · →

    Best for: The best combination of speed and intelligence

    How: client.messages.create({model: "claude-sonnet-5", messages: [...]})

    Example: Use via the Anthropic SDK with model='claude-sonnet-5'.

    1M tokens contextadaptive thinking128k tokens max outputfast

    API: api.anthropic.com — model: claude-sonnet-5 · AWS Bedrock · GCP Vertex AI

    Max output: 128k tokens. Adaptive thinking enabled by default.

  • GPT‑5.6 Sol

    OpenAI · 128K tokens · api

    Best for: advanced natural language processing tasks

    How: access the GPT-5.6 Sol model through the OpenAI API

    Example: use GPT-5.6 Sol for generating human-like text and summarization

    next-generation modelimproved capabilities over previous versions

    Auto-discovered from news articles.

  • GPT-5.6 Sol

    OpenAI · 128K tokens · api

    Best for: advanced AI applications

    How: use GPT-5.6 Sol for cutting-edge AI tasks

    Example: deploy GPT-5.6 Sol for state-of-the-art AI applications

    next-generation model

    Auto-discovered from news articles.

  • Mythos AI

    Anthropic · 128K tokens · api

    Best for: trusted AI applications

    How: deploy Mythos AI within trusted US organizations

    Example: use Mythos AI for secure and trusted AI applications

    trusted by US organizations

    Auto-discovered from news articles.

  • GPT-5.5-Cyber

    OpenAI · 128K tokens · api

    Best for: securing organizations by finding, validating, and patching vulnerabilities at scale

    How: Integrate GPT-5.5-Cyber with Daybreak tools to enhance security measures

    Example: Use GPT-5.5-Cyber to scan codebases for potential vulnerabilities and suggest patches

    vulnerability findingvalidationpatching

    Auto-discovered from news articles.

  • XR AI

    NVIDIA · 128K tokens · api

    Best for: Creating AI experiences for AR glasses and wearable devices

    How: Integrate live data with AI models

    Example: Building AI agents for AR glasses and XR devices

    AI experiencesAR glasseswearable devices

    Auto-discovered from news articles.

  • Transaction Foundation Model

    NVIDIA · 128K tokens · api

    Best for: Analyzing financial transaction data

    How: Use the Transaction Foundation Model to analyze transaction data

    Example: Understanding patterns of human behavior in financial transactions

    Analyzing transaction dataUnderstanding human behavior patterns

    Auto-discovered from news articles.

  • NVIDIA XR AI

    NVIDIA · 128K tokens · api

    Best for: Developers building for AR glasses and wearable devices

    How: Integrate NVIDIA XR AI with AR glasses and wearable devices

    Example: Creating AI experiences for AR glasses and wearable devices

    AI experiences for AR glasses and wearable devicesIntegrates live data

    Auto-discovered from news articles.

  • ESM2

    NVIDIA · 128K tokens · api

    Best for: computational biology tasks

    How: Fine-tune ESM2 using NVIDIA BioNeMo recipes

    Example: Fine-tuning ESM2 with LoRA for specific protein tasks

    protein language understandinggenomic sequences

    Auto-discovered from news articles.

  • Ryzen AI Halo

    AMD · N/A · api

    Best for: petite PC development

    How: work with either Microsoft Windows or Linux

    Example: use in AI development platforms

    Linux-friendlypowered by AMD Ryzen AI Max+

    Auto-discovered from news articles.

  • Claude Code

    Anthropic · 128K tokens · api

    Best for: use in infrastructure management tasks

    How: connect AI to your infrastructure through the Model Context Protocol (MCP)

    Example: AI assistants like GitHub Copilot, IBM Bob, Claude Code etc. to interact with Terraform through the Model Context Protocol (MCP)

    interacts with Terraformsupports infrastructure management

    Auto-discovered from news articles.

  • DiffusionGemma

    NVIDIA · 128K tokens · api

    Best for: real-time AI applications such as chat assistants, copilots, and agentic workflows

    How: Run DiffusionGemma on NVIDIA for high-throughput text generation

    Example: Developers can leverage DiffusionGemma for building real-time AI applications

    Developer-ReadyHigh-ThroughputText Generation

    Auto-discovered from news articles.

  • Claude Mythos 5

    Anthropic · 1M tokens · →

    Best for: Available through Project Glasswing. Successor to Claude Mythos Preview.

    How: client.messages.create({model: "claude-mythos-5", messages: [...]})

    Example: Use via the Anthropic SDK with model='claude-mythos-5'.

    1M tokens contextadaptive thinking128k tokens max output

    API: api.anthropic.com — model: claude-mythos-5 · AWS Bedrock · GCP Vertex AI

    Max output: 128k tokens. Adaptive thinking enabled by default.

  • Claude Fable 5

    Anthropic · 1M tokens · →

    Best for: Next-generation intelligence for long-running agents

    How: client.messages.create({model: "claude-fable-5", messages: [...]})

    Example: Use via the Anthropic SDK with model='claude-fable-5'.

    1M tokens contextadaptive thinking128k tokens max outputagentic coding

    API: api.anthropic.com — model: claude-fable-5 · AWS Bedrock · GCP Vertex AI

    Max output: 128k tokens. Adaptive thinking enabled by default.

  • Google Gemini models

    Google · 128K tokens · api

    Best for: AI applications

    How: integrate with Apple's new AI architecture

    Example: use in AI-powered applications

    AI architectureinnovative

    Auto-discovered from news articles.

  • Claude Opus 4.8

    Anthropic · 1M tokens · →

    Best for: For complex agentic coding and enterprise work

    How: client.messages.create({model: "claude-opus-4-8", messages: [...]})

    Example: Use via the Anthropic SDK with model='claude-opus-4-8'.

    1M tokens contextadaptive thinking128k tokens max outputagentic coding

    API: api.anthropic.com — model: claude-opus-4-8 · AWS Bedrock · GCP Vertex AI

    Max output: 128k tokens. Adaptive thinking enabled by default.

  • Mellum2

    JetBrains · api

    Best for: Advanced AI tasks

    How: Integrate Mellum2 into your AI workflows

    Example: Use Mellum2 for complex problem-solving and decision-making

    12B Mixture-of-Experts Model

    Auto-discovered from news articles.

  • Gemini 3.5

    Google · 128K tokens · api

    Best for: General AI applications

    How: Integrate with Google I/O 2026

    Example: Watch 9 videos showing the capabilities of Gemini 3.5

    Advanced capabilitiesHigh performance

    Auto-discovered from news articles.

  • Gemini Omni

    Google · 128K tokens · api

    Best for: General AI applications

    How: Integrate with Google I/O 2026

    Example: Watch 9 videos showing the capabilities of Gemini Omni

    Advanced capabilitiesHigh performance

    Auto-discovered from news articles.

  • NVIDIA Blackwell

    NVIDIA · 128K tokens · api

    Best for: financial trading landscape

    How: Enables sophisticated analysis

    Example: revolutionizing financial trading landscape

    sophisticated analysisvast amounts of unstructured data

    Auto-discovered from news articles.

  • ChatGPT

    OpenAI · 128K tokens · api

    Best for: conversational AI and content generation in Portuguese

    How: Use ChatGPT API to integrate with applications

    Example: Generate news articles in Portuguese

    dialoguecontent creationinformation retrieval

    Auto-discovered from news articles.

  • NVIDIA Cloud Partner (NCP) reference architecture

    NVIDIA · N/A · api

    Best for: governments, enterprises, and telcos

    How: N/A

    Example: N/A

    sovereign AI factoriesbased on NCP reference architecture

    Auto-discovered from news articles.

  • NVIDIA Vera Rubin Platform

    NVIDIA · 128K tokens · api

    Best for: Agentic inference workloads

    How: Integrate with NVIDIA's platform for inference

    Example: Use for non-deterministic trajectories in AI

    Solving Agentic AI’s Scale-Up ProblemRuntime dynamics of inference workloads

    Auto-discovered from news articles.

  • DeepSeek-V4-Flash

    DeepSeek · api

    Best for: enabling highly efficient operations

    How: Build with DeepSeek V4 Using NVIDIA Blackwell and GPU-Accelerated Endpoints

    Example: DeepSeek just launched its fourth generation of flagship models

    highly efficient

    Auto-discovered from news articles.

  • DeepSeek-V4-Pro

    DeepSeek · api

    Best for: enabling highly efficient operations

    How: Build with DeepSeek V4 Using NVIDIA Blackwell and GPU-Accelerated Endpoints

    Example: DeepSeek just launched its fourth generation of flagship models

    highly efficient

    Auto-discovered from news articles.

  • Google TPU 8th Generation

    Google · N/A · api

    Best for: powering AI applications

    How: Deploy Google's 8th generation TPUs for your AI workloads

    Example: Use the new TPUs for training and inference in AI applications

    specialized chipsfuture of AI

    Auto-discovered from news articles.

  • Google TPUv8

    Google · N/A · api

    Best for: AI acceleration

    How: deploy Google TPUv8 in your cloud environment

    Example: use Google TPUv8 for AI model training and inference

    specialized chipspower the future of AI

    Auto-discovered from news articles.

  • Google's 8th generation TPU

    Google AI · N/A · api

    Best for: AI acceleration

    How: Deploy Google's 8th generation TPU for AI workloads.

    Example: Use the TPU for training and inference of AI models.

    specialized chipspower the future of AI

    Auto-discovered from news articles.

  • GPT-5.5

    OpenAI · 128K tokens · api

    Best for: coding, research, and data analysis

    How: Integrate GPT-5.5 into your tools for advanced tasks.

    Example: Use GPT-5.5 for coding assistance or data analysis.

    fastermore capablecomplex tasks

    Auto-discovered from news articles.

  • Google's eighth generation TPU

    Google · N/A · api

    Best for: AI applications requiring high-performance computing

    How: deploy on Google Cloud to leverage the new TPU capabilities

    Example: use for training and inference of large AI models

    powering the future of AItwo specialized chips

    Auto-discovered from news articles.

  • OpenAI Privacy Filter

    OpenAI · api

    Best for: text privacy and compliance

    How: Integrate into text processing workflows

    Example: Automatically redact sensitive information from documents

    detecting and redacting PIIstate-of-the-art accuracy

    Auto-discovered from news articles.

  • Google's TPU (eighth generation)

    Google · api

    Best for: AI acceleration

    How: Deploy in Google Cloud for AI tasks

    Example: Use for training and inference in AI applications

    specialized chipspower the future of AI

    Auto-discovered from news articles.