Skip to content

Available Endpoints and Models

The following models are available:

GPT-OSS-20B

GPT-OSS-20B is a pure text model and is very well suited for creating documents and summaries, and is moderately suited for executing autonomous agent tasks. The model is available for free!

Available Endpoints

  • /v1/models
  • /v1/chat/completions

Model

  • Model-ID: openai/gpt-oss-20b

Qwen3.8-27B

Qwen3.8-27B is a multi-modal model and is very well suited for quality-critical tasks where strong reasoning, robust code implementation, and multi-modal processing are the focus. It is very well suited for executing autonomous agent tasks.

Available Endpoints

  • /qwen/v1/models
  • /qwen/v1/chat/completions

Model

  • Model-ID: Qwen/Qwen3.8-27B

bge-m3

The bge-m3 model converts texts into vector representations, perfectly suited for RAG (Retrieval-Augmented Generation).

Available Endpoints

  • /v1/embeddings

Model

  • Model-ID: BAAI/bge-m3

bge-reranker-v2-m3

The bge-reranker-v2-m3 model evaluates the semantic relevance of text pairs and sorts retrieved documents by accuracy, making it ideal for precise re-ranking in RAG pipelines.

Available Endpoints

  • /rerank

Model

  • Model-ID: BAAI/bge-reranker-v2-m3

Endpoints AI Model