Pookla
Below you can find example usage of all page sections.
- bullet item
- bullet item 2
- number item
- number item 2
Label
Title block, used for titled text content below the hero section.
Label
Logo slider, used for presenting logos.
Optional subheading
Label
Logo list for featuring logos accompanied by labels.
Adobe
Dropbox
Slack
Label
Split section
This is a generic image section.

Split
Empower your whole team:
Utilize flexible tools ranging from UI agent builder to powerful APIs
Label
Split section
This is a generic image section.


Label
Testimonial section, used for metrics.
Optional details
1,234
5.67%
2.10%
Label
Feature grid
Empower your most valuable teams, from financial analysts to wealth advisors to risk managers
- bullet
- bullet
- Number
- Number
Feature
Optional description.
- bullet
- bullet 2
Feature
Optional description.
Feature
Optional description.
Feature
Optional description.
- bullet
- bullet 2
Feature
Optional description.
Feature long title to see how it affects layout
Label
Feature grid
Empower your most valuable teams, from financial analysts to wealth advisors to risk managers
- bullet
- bullet
- Number
- Number
Feature
Optional description.
Feature
Optional description.
Feature
Optional description.
Label
Feature slider, an alternate way to display tabbed content, each with text content and media.
Out-of-the-box accuracy
The Contextual AI Platform provides state-of-the-art components for every step in your RAG pipeline, including document understanding, retrieval, grounded generation, and evaluation. The platform is also powered by RAG 2.0, our innovative approach that jointly optimizes all components as a single integrated system to unlock even greater performance for any use case.




CTA block
This section should be used sparingly and typically should be used as the last page section before the footer.
Label
Content row to display content or features side-by-side with supporting imagery.
Label
Video block
Label
Tabbed content
This section is meant for displaying grouped content with supportingmedia for each tab.



Label
Tabbed media
Similar to tabbed content, this section should be used in cases where the media is somehow connected.


Label
Code tabs
Deliver specialized agents that scale from pilot to production—handling millions of documents and thousands of users with flexible configuration and expert support.
print("Hello World")
Research list is meant for directly linking a group of research articles.
Vimeo
Contact
Book a demo
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,.
Page rich text
This section should typically only ever be used for pages that are meant to consist entirely of rich text (e.g. privacy policy page).
Get Started# pip install contextual-client
from contextual import ContextualAI
contextual_client = ContextualAI(
api_key=contextual_api_key,
base_url="https://api.contextual.ai/v1"
)
rerank_response = contextual_client.rerank.create(
query=query,
instruction=instruction,
documents=documents,
model="ctxl-rerank-v2-instruct-multilingual"
# or "ctxl-rerank-v2-instruct-multilingual-mini"
)
We instead aim to investigate the full potential of scaling inference-time computation via sampling, where parallelization and input context caching are benefits of sampling over more sequential methods like CoT.
— John Smith, Company name
Key Capabilities | How it was put into practice |
---|---|
Grounded generation | The language model.... |
Multimodal extraction | Multimodal extraction.... |
Continuous ingestion | Automated and ongoing ingestion.. |