Skip to main content
LlamaIndex is a leading data framework for RAG and agents. Its OpenAILike LLM class targets any OpenAI-compatible endpoint, so it runs on the ScitiX Model Inference API. Default model here is glm-5.2; see the Models page for the full list and pricing.

Configure

Create an API key on the ScitiX API Keys page and export it:
Install llama-index-llms-openai-like and build an OpenAILike LLM:
Use OpenAILike, not OpenAI. The plain OpenAI class validates model IDs against OpenAI’s own list and rejects ScitiX model IDs. For embeddings/RAG, add a ScitiX embedding model, e.g. Qwen/Qwen3-Embedding-8B, via the matching LlamaIndex embedding integration.

Verify

Call the model — a normal reply confirms the connection (verified on llama-index-core 0.14.23, llama-index-llms-openai-like 0.7.2):