SpaceXAI, formerly xAI, develops Grok and provides model APIs for applications. Its current official identity follows SpaceX’s acquisition of xAI in February 2026. For developers, the useful distinction is between a model answering from supplied context and an application that deliberately adds web search, X search or its own tools. This blueprint examines that application layer rather than assuming every Grok response includes live evidence.
- 01The company. The official site now uses SpaceXAI branding; Grok remains the recognisable model and product family.
- 02The opportunity. Search tools can bring current web pages and X posts into a research workflow with inspectable evidence.
- 03The cost boundary. Tokens and server-side tools are separate charges, and X Search has an announced September billing change.
01 / ProductWhat changed from xAI, and what can developers use?
The official acquisition notice states that SpaceX acquired xAI on 2 February 2026. The company site now presents the business as SpaceXAI. We retain x.ai as the canonical company domain and cover Grok under that single identity, rather than creating separate company entries for the consumer application and developer API.
The current model catalogue lists Grok 4.6 alongside dedicated voice and Imagine APIs. It explicitly says that current-event information requires enabled search tools. A large context window or a recent model release does not turn a plain text request into a live search. The application must choose which external information channels to provide.
This matters when describing the product to users. A research assistant can truthfully say that it searched specified sources only if a search was actually performed and the evidence was retained. A general chat answer and an evidence-backed update should have different presentation and acceptance criteria, even when both use the same underlying model.
02 / AudienceWho benefits from Grok plus explicit search tools?
A team monitoring a public product ecosystem may value the combination of ordinary web evidence and discussion on X. Product launches, service incidents and developer reactions often appear in different places. Bringing them into one application can reduce navigation work, provided the application preserves the difference between an official notice, a customer complaint and an interpretation.
That is different from buying a finished answer interface. Our Perplexity blueprint is a useful comparison for research experiences that centre on sourced answers. A developer choosing Grok’s API is also choosing to design the workflow, data handling and output review around the model.
For teams that want retrieval as a separate component, the Tavily blueprint examines search and extraction infrastructure. Separating retrieval from generation can make it easier to compare model behaviour against an unchanged evidence set. Keeping them together may simplify initial integration. Evaluate the tradeoff against the application you need to maintain.
03 / WorkflowA proposed supplier-change briefing with evidence
Imagine a software operations team that wants a weekly briefing on changes affecting a short list of suppliers. The proposed system should identify release notices, distinguish service incidents from rumours and prepare links for a human reviewer. It should not publish automatically. This is an illustrative architecture, not a test of Grok’s accuracy or an account of a deployed customer workflow.
Define what counts as a change
Create a supplier record with the official domain, documentation pages and recognised announcement accounts. Define the kinds of events that matter: a retired API, changed pricing unit, security advisory or new integration. Exclude broad sentiment summaries unless someone has a clear use for them. A narrow question makes it easier to notice both missing evidence and irrelevant results.
The Web Search documentation supports domain filtering and returns citations in the documented workflow. Use official domains for the first pass. Ask for the exact change, the effective date and the supporting URL. If a page describes a future release, keep its planned status rather than silently presenting it as generally available.
Treat social posts as another evidence class
X Search supports searches and thread retrieval, with account and date constraints. For the proposed briefing, use recognised supplier accounts to locate announcements and widen the search only for a specific follow-up question. A thread can help explain a change, but reposts and replies should not be counted as independent confirmations.
Separate event date, publication date and consultation date in the stored record. An old complaint rediscovered this week is not necessarily a new outage. Likewise, a new post can link to an old policy. A reviewer should be able to open the original item and understand why the system considered it relevant without reconstructing the entire conversation.
Use custom tools for internal context
The function-calling guide describes a model requesting a function, with the developer’s code executing it and returning the result. Expose a read-only supplier lookup to connect an announcement to the APIs your organisation actually uses. Keep that tool narrow: the research stage needs dependency information, not permission to change production settings.
Suppose a supplier announces a replacement endpoint. The assistant could prepare a candidate impact note showing the old endpoint, the stated migration date and the internal services that reference it. Application code should validate the supplier identifier and enforce the caller’s access before returning internal details. External web content should never be treated as permission to widen that access.
Review the briefing by claim
Present each proposed item as a short claim with its source, effective date and unresolved question. A reviewer might accept the existence of a pricing change but reject an unsupported estimate of its financial impact. Store those decisions separately. This prevents one plausible paragraph from granting credibility to every sentence around it.
Build an evaluation set containing duplicate announcements, renamed products, satire, inaccessible pages and conflicting dates. Measure whether the system finds the relevant source and classifies the change correctly. Track omitted material as well as false alarms. A very cautious assistant that misses every consequential change is not useful simply because it avoids making bold claims.
04 / PricingGrok API pricing includes the research process
The API pricing page, accessed 16 September 2026, lists USD token rates and separate server-side tool charges. The table selects the text and search costs relevant to the proposed briefing; it is not a consumer Grok subscription price list.
| Usage | Current listed charge | Qualification |
|---|---|---|
| Grok 4.6 below 200,000 prompt tokens | $2 per million input; $6 per million output | Cached input $0.50 per million |
| Grok 4.6 at or above 200,000 prompt tokens | $4 per million input; $12 per million output | Cached input $1 per million |
| Web Search | $5 per 1,000 tool calls | Model tokens billed separately |
| X Search through the announced change | $5 per 1,000 tool calls | New retrieved-item billing begins 21 September 2026 |
Selected SpaceXAI API pricing, accessed 16 September 2026. USD usage rates; long-context threshold applies to the whole request.
The X Search notice announces a change at 12:00 PM Pacific on 21 September 2026: $5 per 1,000 fetched posts and $10 per 1,000 fetched user profiles replace the call-based fee. Parent and quoted posts count when returned. Budget future operation on the announced unit rather than extrapolating today’s call count.
For the proposed briefing, track how many searches are required to produce one accepted item. Repeatedly searching the same supplier, fetching long threads and retrying an unclear question can dominate the useful work. Record the model and tool usage for each run so a cost increase can be traced to more evidence, longer reasoning or avoidable repetition.
A useful pilot budget fixes a supplier list, a date window and a stopping condition. Stop when there is adequate support for a claim or when the evidence remains unresolved after the agreed search scope. More searches can improve coverage, but unlimited searching is not itself a quality method. The reviewer should see what could not be established.
05 / DistinctionsThe useful distinction is access to different evidence channels
Grok’s integrated web and X tools make it possible to explore official documents and public discussion within one model workflow. Our assessment is that this is most useful when the application keeps the two channels visible. A supplier’s release note can establish availability; a discussion thread may reveal questions worth investigating. Combining them into one unattributed narrative would lose much of the value.
A second distinction is the separation between hosted tools and custom functions. The first supplies a managed capability; the second lets your application enforce its own access and execution rules. That separation allows an operations briefing to use public evidence while keeping internal dependency lookups constrained. The model can propose a relationship without being given authority to change the underlying system.
06 / QuestionsWhat the public documentation cannot settle
We have not tested Grok on a private supplier-monitoring dataset or verified vendor benchmark claims. The important unanswered question is whether its search and synthesis reliably recover the changes your team considers consequential. An attractive demonstration does not establish recall across inaccessible documentation, renamed products or ambiguous announcements.
Also decide how model updates will enter the application. The catalogue’s alias guidance distinguishes moving aliases from dated model releases. Retain a reproducible evaluation set and compare changes in citation behaviour, tool use and accepted-item cost when the selected model changes. The same prompt does not guarantee the same operating behaviour indefinitely.
07 / DecisionChoose a search workflow you can explain to its reviewer
SpaceXAI is worth evaluating when Grok’s model capabilities and explicit search tools fit a defined application. Begin with a briefing small enough that a person can inspect every claim. Expand only after the system consistently preserves dates, source identity and unresolved evidence, with a cost model that reflects the tools it actually uses.
Pilot a bounded supplier briefing
Use official web sources first, treat X posts as a distinct evidence class and retain a reviewer’s accept or reject decision for every item.
Keep internal tools read-only initially
Connect a narrow dependency lookup and validate tool arguments in application code before considering operational actions.
Recheck the search billing unit
Model current calls and the announced retrieved-item tariff separately, including returned parent posts and user profiles.
A business worth understanding.
Suggest your business or one you find interesting. Tell us what you want to understand about its product, positioning, design or workflows.
Suggestions are free. Selection and publication stay with the desk.
- SpaceXAI companyConsulted
- xAI joins SpaceXConsulted
- Grok model catalogueConsulted
- API pricingConsulted
- Web SearchConsulted
- X SearchConsulted
- Function callingConsulted