# Specifications

Configure LLM models, embeddings, and custom specifications for workflows and conversations.

***

## Model Configuration

* [Create Custom Model](/api-guides/use-cases/specifications/specification-create-custom-model.md) - GPT-4, Claude, Gemini
* [Create OpenAI-Compatible Gateway](/api-guides/use-cases/specifications/specification-create-openai-compatible.md) - 🌐 OpenRouter, Vercel AI Gateway
* [Create Completion Spec](/api-guides/use-cases/specifications/specification-create-completion.md) - LLM configuration
* [Create Embedding Model](/api-guides/use-cases/specifications/specification-create-embedding.md) - Text embeddings config

***

## Operations

* [Query Specifications](/api-guides/use-cases/specifications/specification-query.md) - List and filter
* [Update Specification](/api-guides/use-cases/specifications/specification-update.md) - Modify settings
* [Delete Specification](/api-guides/use-cases/specifications/specification-delete.md) - Remove spec

***

**8 guides** | [← Back to Use Cases](/api-guides/use-cases.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.graphlit.dev/api-guides/use-cases/specifications.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
