Requesty

AI models with the longest context window

A larger context window means more tokens you can fit in a single prompt, useful for whole-codebase analysis, long document Q&A, and agentic workflows. Note: effective quality often degrades past 128K tokens; prompt caching (supported on many models) is usually a better approach for repeated long context than brute-forcing more tokens in every call.

  1. 🥇
    grok-4-1-fast-reasoning
    xAI Corp.·— max output
    2M
  2. 🥈
    grok-4-fast-non-reasoning
    xAI Corp.·— max output
    2M
  3. 🥉
    grok-4-1-fast-non-reasoning
    xAI Corp.·— max output
    2M
  4. 4
    grok-4-fast
    xAI Corp.·— max output
    2M
  5. 5
    grok-4.2-beta
    xAI Corp.·— max output
    2M
  6. 6
    Microsoft Azure AI logo
    gpt-5.4@swedencentral
    Microsoft Azure AI·128K max output
    1.1M
  7. 7
    Microsoft Azure AI logo
    gpt-5.4@germanywestcentral
    Microsoft Azure AI·128K max output
    1.1M
  8. 8
    Microsoft Azure AI logo
    gpt-5.4@westeurope
    Microsoft Azure AI·128K max output
    1.1M
  9. 9
    Microsoft Azure AI logo
    gpt-5.5@swedencentral
    Microsoft Azure AI·128K max output
    1.1M
  10. 10
    Microsoft Azure AI logo
    gpt-5.5@germanywestcentral
    Microsoft Azure AI·128K max output
    1.1M
  11. 11
    Microsoft Azure AI logo
    gpt-5.5@westeurope
    Microsoft Azure AI·128K max output
    1.1M
  12. 12
    Microsoft Azure AI logo
    gpt-5.6-luna@eastus2
    Microsoft Azure AI·128K max output
    1.1M
  13. 13
    Microsoft Azure AI logo
    gpt-5.6-sol@swedencentral
    Microsoft Azure AI·128K max output
    1.1M
  14. 14
    Microsoft Azure AI logo
    gpt-5.6-sol@francecentral
    Microsoft Azure AI·128K max output
    1.1M
  15. 15
    Microsoft Azure AI logo
    gpt-5.6-luna@swedencentral
    Microsoft Azure AI·128K max output
    1.1M
  16. 16
    Microsoft Azure AI logo
    gpt-5.5@eastus2
    Microsoft Azure AI·128K max output
    1.1M
  17. 17
    Microsoft Azure AI logo
    gpt-5.6-terra@eastus2
    Microsoft Azure AI·128K max output
    1.1M
  18. 18
    Microsoft Azure AI logo
    gpt-5.6-terra@westeurope
    Microsoft Azure AI·128K max output
    1.1M
  19. 19
    Microsoft Azure AI logo
    gpt-5.6-sol@westeurope
    Microsoft Azure AI·128K max output
    1.1M
  20. 20
    Microsoft Azure AI logo
    gpt-5.6-sol@eastus2
    Microsoft Azure AI·128K max output
    1.1M
  21. 21
    Microsoft Azure AI logo
    gpt-5.6-terra@swedencentral
    Microsoft Azure AI·128K max output
    1.1M
  22. 22
    Microsoft Azure AI logo
    gpt-5.4@francecentral
    Microsoft Azure AI·128K max output
    1.1M
  23. 23
    Microsoft Azure AI logo
    gpt-5.4
    Microsoft Azure AI·128K max output
    1.1M
  24. 24
    Microsoft Azure AI logo
    gpt-5.6-luna@francecentral
    Microsoft Azure AI·128K max output
    1.1M
  25. 25
    Microsoft Azure AI logo
    gpt-5.6-terra@germanywestcentral
    Microsoft Azure AI·128K max output
    1.1M
  26. 26
    Microsoft Azure AI logo
    gpt-6-astra@eastus2
    Microsoft Azure AI·128K max output
    1.1M
  27. 27
    Microsoft Azure AI logo
    gpt-5.6-terra@francecentral
    Microsoft Azure AI·128K max output
    1.1M
  28. 28
    Microsoft Azure AI logo
    gpt-5.6-sol@germanywestcentral
    Microsoft Azure AI·128K max output
    1.1M
  29. 29
    Microsoft Azure AI logo
    gpt-5.6-luna@germanywestcentral
    Microsoft Azure AI·128K max output
    1.1M
  30. 30
    Microsoft Azure AI logo
    gpt-5.6-luna@westeurope
    Microsoft Azure AI·128K max output
    1.1M

How we rank

Ranked by the model's maximum context window. Context window is the total tokens (input + output) the model can process in a single request. Note that effective quality often degrades well below the advertised maximum: most production workloads get better results from prompt caching and retrieval than from stuffing more tokens in every call.

One API for every model on this list

Requesty is OpenAI-compatible and routes to 600+ models. Switch between any of the models above by changing one parameter in your code.