LLM7.io
LLM7.io
Toggle theme

LLM7 model guide

Model capabilities

Browse chat models by explicitly reported capabilities.

Tool calling modelsExplore models and guidanceVision modelsExplore models and guidanceLong context modelsExplore models and guidanceJSON mode modelsExplore models and guidanceStreaming modelsExplore models and guidanceReasoning modelsExplore models and guidance

Example request

POST https://api.llm7.io/v1/chat/completions
Authorization: Bearer YOUR_LLM7_API_KEY
Content-Type: application/json

{
  "model": "DeepSeek-V4-Flash-0731",
  "messages": [
    {
      "role": "user",
      "content": "Hello!"
    }
  ]
}

Explore related pages