# Octen ## Docs - [Error Codes](https://docs.octen.ai/api-&-sdks/limits-&-errors/error-codes.md) - [Rate Limits](https://docs.octen.ai/api-&-sdks/limits-&-errors/rate-limits.md) - [Python SDK](https://docs.octen.ai/api-&-sdks/sdks/python.md): Install and use the Octen Python SDK - [Answer](https://docs.octen.ai/api-reference/answer.md): Automatically decomposes user messages into multiple sub-queries, performs searches, and synthesizes results using an LLM. - [Broad Search](https://docs.octen.ai/api-reference/broad-search.md): Decomposes a query into related sub-queries from multiple angles, searches them concurrently. - [Create a chat completion](https://docs.octen.ai/api-reference/chat-completions.md): Compatible with the OpenAI Chat Completions protocol, with optional built-in `octen_broad_search` and `octen_search` tools. - [Deep Research](https://docs.octen.ai/api-reference/deep-research.md): Generates a deep research report. Always returns Server-Sent Events. - [Embedding](https://docs.octen.ai/api-reference/embedding.md): Converts text into vector representations. Supports batch input, multiple models, and configurable output dimensions. - [Extract](https://docs.octen.ai/api-reference/extract.md): Extracts clean markdown content from URLs. Supports batch processing, query-focused highlights, page classification, and multimedia resources. - [Image Search](https://docs.octen.ai/api-reference/image-search.md): Searches the web for images. Setting `topic` to `design` searches design assets and returns a structured `summary` and a reusable `html_snippet`. Contact us to request beta access. - [Generate an image](https://docs.octen.ai/api-reference/images-generations.md): Compatible with the OpenAI Images protocol. Text-to-image when no image is provided; image editing when an image is provided. - [Create a message](https://docs.octen.ai/api-reference/messages.md): Compatible with the Anthropic Messages protocol, with optional built-in `octen_broad_search` and `octen_search` tools. - [Web Search](https://docs.octen.ai/api-reference/search.md): Searches ranked web results for a given query, with optional filters, highlights, and full content. - [Video Search](https://docs.octen.ai/api-reference/video-search.md): Searches the web for videos from a text query. Contact us to request beta access. - [VL Embedding](https://docs.octen.ai/api-reference/vl-embedding.md): Converts multimodal input (text, images, and videos) into vector representations. Supports a single fused vector across modalities, independent per-element vectors, configurable output dimensions, video frame sampling control, and a custom task instruction. - [Introduction to Broad Search](https://docs.octen.ai/examples/guides/introduction-to-broad-search.md) - [Octen Embeddings](https://docs.octen.ai/examples/guides/octen-embeddings.md) - [Tailor Your Search](https://docs.octen.ai/examples/guides/tailor-your-search.md) - [APIs & Applications](https://docs.octen.ai/introduction/overview/apis-&-applications.md): Choose the right Octen API or application before diving into implementation details. - [Pricing](https://docs.octen.ai/introduction/overview/pricing.md): Flexible plans combining monthly QPS subscriptions with pay-as-you-go API billing. - [Quickstart](https://docs.octen.ai/introduction/overview/quickstart.md): Get started with Octen in minutes. - [Who is Octen](https://docs.octen.ai/introduction/overview/who-is-octen.md) - [Changelog](https://docs.octen.ai/introduction/resources/changelog.md): This page documents all product updates, new features, bug fixes, and deprecation notices. - [FAQs](https://docs.octen.ai/introduction/resources/faqs.md) - [Security & Compliance](https://docs.octen.ai/introduction/resources/security-&-compliance.md) - [Using with LLMs](https://docs.octen.ai/llm-&-agent-interfaces/docs-for-llms/using-with-llms.md) - [Connect Desktop AI Assistants](https://docs.octen.ai/llm-&-agent-interfaces/integrations/connect-desktop-ai-assistants.md) - [Connect LLMs to Octen Search](https://docs.octen.ai/llm-&-agent-interfaces/integrations/connect-llms-to-octen-search.md): Give any LLM real-time web search capabilities using Octen - [Octen CLI](https://docs.octen.ai/llm-&-agent-interfaces/integrations/octen-cli.md) - [Octen MCP Server](https://docs.octen.ai/llm-&-agent-interfaces/integrations/octen-mcp-server.md): Connect Octen to Claude, Cursor, and other MCP-compatible clients. - [Octen Skills](https://docs.octen.ai/llm-&-agent-interfaces/integrations/octen-skills.md): Add Octen skills to Claude Code, Cursor, Codex, and other agents. - [Service Level Agreement (SLA)](https://docs.octen.ai/sla.md): Availability commitment and Service Credit policy for the Octen.AI platform. ## OpenAPI Specs - [openapi](https://docs.octen.ai/api-reference/openapi.json) ## Optional - [API Platform](https://octen.ai/platform) - [Status](https://status.octen.ai) - [Github](https://github.com/Octen-Team)