Aster Inference API

OpenAI-compatible inference API from Aster serving open-weight models (gpt-oss-120b, gpt-oss-120b-fast, GLM 5.2). Authenticate with an Aster API key created in the inference console and set the base URL to https://api.asterlab.ai/v1; works with the OpenAI SDKs, LangChain, LiteLLM, and most agent frameworks. Zero data retention by default.

API entry from apis.yml

apis.yml Raw ↑
name: Aster Inference API
description: OpenAI-compatible inference API from Aster serving open-weight models (gpt-oss-120b, gpt-oss-120b-fast,
  GLM 5.2). Authenticate with an Aster API key created in the inference console and set the base URL to
  https://api.asterlab.ai/v1; works with the OpenAI SDKs, LangChain, LiteLLM, and most agent frameworks.
  Zero data retention by default.
humanURL: https://www.asterlab.ai/inference
baseURL: https://api.asterlab.ai/v1
tags:
- Inference
- LLM
- OpenAI Compatible
properties:
- type: Authentication
  url: authentication/asterlab-authentication.yml
- type: Conventions
  url: conventions/asterlab-conventions.yml