Skip to content

Models Overview

Base URL

text
https://logox.top

Query Models Before Integration

The recommended way to check models is not to query each provider directly, but to first see what the current token can actually call.

Query Models Visible to the Current Token

bash
curl https://logox.top/v1/models \
  -H "Authorization: Bearer sk-logox-your-key"

This result is best for production because it returns the models actually available to the current token under its current group.

Provider Model Query Methods

ProviderQuery Through Logox / new-apiNative Provider Query
OpenAIGET /v1/modelsGET https://api.openai.com/v1/models
AnthropicGET /v1/modelsGET https://api.anthropic.com/v1/models
Google GeminiGET /v1/modelsGET https://generativelanguage.googleapis.com/v1beta/models
xAI GrokGET /v1/modelsGET https://api.x.ai/v1/models

Common Current Text Models

This list is based on official provider documentation.

Whether your token can call a model still depends on the result of GET /v1/models.

OpenAI

  • gpt-5.4
  • gpt-5.4-mini
  • gpt-5.4-nano
  • gpt-4.1

Use cases:

  • General text, coding, agents, and tool calling
  • Most third-party software is compatible with this style first

Anthropic

  • claude-opus-4-1-20250805
  • claude-sonnet-4-20250514
  • claude-3-7-sonnet-20250219
  • claude-3-5-haiku-20241022

Use cases:

  • Long context
  • Strong reasoning and coding
  • Works naturally with the Claude Code ecosystem

Google Gemini

  • gemini-3.1-pro
  • gemini-3.1-flash
  • gemini-3.1-flash-lite
  • gemini-2.5-pro
  • gemini-2.5-flash
  • gemini-2.5-flash-lite

Use cases:

  • Strong multimodal capability
  • Good fit for image/video understanding and long context

xAI Grok

  • grok-4.20
  • grok-4-fast-reasoning
  • grok-4-fast-non-reasoning
  • grok-code-fast-1

Use cases:

  • Reasoning
  • Tool calling
  • Coding and search-enhanced scenarios

Where to Find Image / Video / Audio APIs

CapabilityPage
ImageImage API
VideoVideo API
AudioAudio API

Integration Suggestions

ScenarioRecommended API
General client integrationOpenAI-compatible
Claude Code or Anthropic SDKAnthropic
Gemini SDK or native Gemini formatGoogle Gemini
Mainly image generationImage API
Mainly video generationVideo API
Mainly speech or TTSAudio API

Support QQ: 6669955